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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user