redid mapping, set and util, also readded nvim-cmp and cmp-nvim-lsp

This commit is contained in:
2025-04-10 22:20:12 +02:00
parent 690e575c03
commit 1a56e26e6b
5 changed files with 50 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
return {
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "hrsh7th/nvim-cmp" },
{ "hrsh7th/cmp-nvim-lsp" }
}