You've already forked dotfiles
feat: Working on making CloudFormation and yaml linting.
This commit is contained in:
9
nvim/after/lsp/yamlls.lua
Normal file
9
nvim/after/lsp/yamlls.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
settings = {
|
||||
yaml = {
|
||||
schemaStore = {
|
||||
enable = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -36,5 +36,6 @@ return {
|
||||
})
|
||||
|
||||
vim.lsp.enable('gdscript')
|
||||
vim.lsp.enable('cfn-lint')
|
||||
end
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ return {
|
||||
'ansiblels', -- Ansible
|
||||
'arduino_language_server', -- Arduino specific C
|
||||
'bashls', -- Bash
|
||||
'cfn-lint', -- Cloudformation for AWS
|
||||
-- 'cfn-lint', -- Cloudformation for AWS
|
||||
'clangd', -- C/C++
|
||||
'intelephense', -- PHP
|
||||
'lua_ls', -- Lua
|
||||
|
||||
Reference in New Issue
Block a user