summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/user/misc.lua
blob: 88d47cf30b456e42d2a9d250a929abf48b943252 (plain)
1
2
3
4
5
6
vim.cmd [[
    augroup Indentation
        autocmd!
        autocmd FileType html set inde=
    augroup END
]]