mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: remove lsp.folders module
This commit is contained in:
parent
06489e1075
commit
2ffef85e64
17 changed files with 64 additions and 301 deletions
|
@ -130,7 +130,7 @@ function M.config()
|
|||
}
|
||||
|
||||
-- Load server-specific configuration if it exists
|
||||
local ok, server_opts = pcall(require, "plugins.lsp.servers." .. server_name)
|
||||
local ok, server_opts = pcall(require, "config.lsp." .. server_name)
|
||||
if ok then
|
||||
base_opts = vim.tbl_deep_extend("force", base_opts, server_opts)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue