fixed nik-pkgs & added deadlock mod manager

This commit is contained in:
2026-05-29 15:20:51 +01:00
parent acb6fb1677
commit 6de7c0ca67
4 changed files with 70 additions and 58 deletions
+3
View File
@@ -296,6 +296,9 @@
mapleader = " ";
};
extraConfigLua = ''
-- tree-sitter-nix uses (#is-not? local) which the new nvim-treesitter main branch no longer registers
vim.treesitter.query.add_predicate("is-not?", function() return true end, { force = true })
local cmp = require('cmp')
cmp.setup.cmdline(':', {
mapping = cmp.mapping.preset.cmdline(),