adding lsp server options pt 3

This commit is contained in:
dlond 2025-05-21 05:05:02 +12:00
parent a9e4683338
commit 57fcdd272f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ return {
-- It sets up the LSP servers.
-- 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')
if not nix_paths_status then
vim.notify('Error loading custom.nix_paths: ' .. (nix_paths or 'Unknown error'), vim.log.levels.ERROR)