remove sls.yaml filetype forcing

This commit is contained in:
Szwendacz99 2023-01-10 11:17:30 +01:00
parent 8574798663
commit b345abb769

View file

@ -8,7 +8,7 @@ lua require("initializer")
" highlight all .conf files as apache config (:]) " highlight all .conf files as apache config (:])
autocmd BufEnter *.conf :setlocal filetype=apache autocmd BufEnter *.conf :setlocal filetype=apache
au BufNewFile,BufRead *.sls set filetype=sls.yaml "au BufNewFile,BufRead *.sls set filetype=sls.yaml
"nerdtree bindings "nerdtree bindings
nnoremap <leader>n :NvimTreeFocus<CR> nnoremap <leader>n :NvimTreeFocus<CR>