idk
This commit is contained in:
1 parent
8fd4917480
commit
69f23e1384
7 files changed
+59
-51
No files matched your search
@@ -50,6 +50,7 @@ local config = function()
|
||||
}
|
||||
c.wgsl_analyzer.setup {}
|
||||
c.hls.setup {}
|
||||
c.slint_lsp.setup {}
|
||||
|
||||
require 'config.lsp-settings'
|
||||
end
|
||||
@@ -57,6 +58,7 @@ end
|
||||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
config = config
|
||||
config = config,
|
||||
dependencies = { "williamboman/mason-lspconfig.nvim"},
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user