add swift lsp
This commit is contained in:
@@ -209,3 +209,15 @@ vim.lsp.config.cssls = {
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
vim.lsp.config.sourcekit = {
|
||||
capabilities = {
|
||||
workspace = {
|
||||
didChangeWatchedFiles = {
|
||||
dynamicRegistration = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
vim.lsp.enable("sourcekit")
|
||||
|
||||
Reference in New Issue
Block a user