remove sls.yaml filetype forcing
This commit is contained in:
parent
8574798663
commit
b345abb769
1 changed files with 1 additions and 1 deletions
2
init.vim
2
init.vim
|
@ -8,7 +8,7 @@ lua require("initializer")
|
|||
|
||||
" highlight all .conf files as apache config (:])
|
||||
autocmd BufEnter *.conf :setlocal filetype=apache
|
||||
au BufNewFile,BufRead *.sls set filetype=sls.yaml
|
||||
"au BufNewFile,BufRead *.sls set filetype=sls.yaml
|
||||
|
||||
"nerdtree bindings
|
||||
nnoremap <leader>n :NvimTreeFocus<CR>
|
||||
|
|
Loading…
Reference in a new issue