diff --git a/hosts/familypc/home.nix b/hosts/familypc/home.nix index 6b83c47..f27b2ed 100644 --- a/hosts/familypc/home.nix +++ b/hosts/familypc/home.nix @@ -194,6 +194,9 @@ in plenary-nvim neodev-nvim nvim-cmp + luasnip + cmp_luasnip + cmp-nvim-lsp telescope-nvim vim-tmux-navigator ]; @@ -234,6 +237,7 @@ in keymap.set("n", "tn", "tabn", { desc = "Go to next tab" }) -- go to next tab keymap.set("n", "tp", "tabp", { desc = "Go to previous tab" }) -- go to previous tab keymap.set("n", "tf", "tabnew %", { desc = "Open current buffer in new tab" }) -- move current buffer to new tab + ${builtins.readFile ../../config/nvim/plugins/cmp.lua} -- Comment require("Comment").setup() -- Lualine