adding lsp server options pt 3
This commit is contained in:
parent
a9e4683338
commit
57fcdd272f
|
@ -19,6 +19,7 @@ return {
|
||||||
-- It sets up the LSP servers.
|
-- It sets up the LSP servers.
|
||||||
|
|
||||||
-- Load Nix-provided paths from the generated Lua file
|
-- Load Nix-provided paths from the generated Lua file
|
||||||
|
package.loaded['custom.nix_paths'] = nil
|
||||||
local nix_paths_status, nix_paths = pcall(require, 'custom.nix_paths')
|
local nix_paths_status, nix_paths = pcall(require, 'custom.nix_paths')
|
||||||
if not nix_paths_status then
|
if not nix_paths_status then
|
||||||
vim.notify('Error loading custom.nix_paths: ' .. (nix_paths or 'Unknown error'), vim.log.levels.ERROR)
|
vim.notify('Error loading custom.nix_paths: ' .. (nix_paths or 'Unknown error'), vim.log.levels.ERROR)
|
||||||
|
|
Loading…
Reference in New Issue