set some ols settings
This commit is contained in:
@@ -521,6 +521,11 @@ require'lazy'.setup{ --{{{1
|
|||||||
vim.lsp.config.sourcekit = {
|
vim.lsp.config.sourcekit = {
|
||||||
filetypes = {"swift"}
|
filetypes = {"swift"}
|
||||||
}
|
}
|
||||||
|
vim.lsp.config.ols = {
|
||||||
|
settings = {
|
||||||
|
verbose=true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
vim.lsp.enable('gdscript')
|
vim.lsp.enable('gdscript')
|
||||||
vim.lsp.config('hls', {
|
vim.lsp.config('hls', {
|
||||||
|
|||||||
Reference in New Issue
Block a user