nvim cleanup
This commit is contained in:
parent
e864efce6a
commit
55a1efdd09
|
@ -26,6 +26,10 @@ conf.handlers.bashls = {
|
|||
},
|
||||
}
|
||||
|
||||
conf.handlers.yamlls = {
|
||||
filetypes = { 'yaml', 'yaml.docker-compose', 'yaml.ansible' },
|
||||
}
|
||||
|
||||
conf.required = { "lua_ls", "zk", "bashls" }
|
||||
|
||||
conf.ignore = { "rust_analyzer" } -- This will be set up by rustacean.nvim
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
config
|
||||
Neovim
|
||||
ansible
|
||||
traefik
|
||||
yml
|
||||
yaml
|
||||
|
|
Loading…
Reference in New Issue