1
0
Fork 0

nvim cleanup

This commit is contained in:
Luca Bilke 2024-03-20 11:56:24 +01:00
parent e864efce6a
commit 55a1efdd09
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,6 @@
config
Neovim
ansible
traefik
yml
yaml