moved lsp server config to after dir
This commit is contained in:
7
after/lsp/yamlls.lua
Normal file
7
after/lsp/yamlls.lua
Normal file
@ -0,0 +1,7 @@
|
||||
return {
|
||||
settings = {
|
||||
yaml = {
|
||||
validate = true,
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user