fix: nvim
This commit is contained in:
parent
6e8f530537
commit
170becceb0
2 changed files with 11 additions and 39 deletions
|
|
@ -1,7 +1,7 @@
|
|||
-- none-ls
|
||||
local status_ok_nls, none_ls_module = pcall(require, "none-ls")
|
||||
-- none-ls (module is still named "null-ls" for backward compatibility)
|
||||
local status_ok_nls, none_ls_module = pcall(require, "null-ls")
|
||||
if not status_ok_nls then
|
||||
vim.notify("none-ls plugin not found or failed to load. Check Nix config and plugin paths.", vim.log.levels.WARN)
|
||||
vim.notify("null-ls plugin not found or failed to load. Check Nix config and plugin paths.", vim.log.levels.WARN)
|
||||
else
|
||||
local nb = none_ls_module.builtins
|
||||
none_ls_module.setup({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue