neovim tinkering

This commit is contained in:
Bryan Ramos 2023-06-11 02:33:10 -04:00
parent 5551b085c0
commit 8b5b763920
17 changed files with 36 additions and 346 deletions

View file

@ -25,7 +25,10 @@ return {
-- Autocompletion
{ "hrsh7th/nvim-cmp" }, -- Required
{ "hrsh7th/cmp-buffer" },
{ "hrsh7th/cmp-path" },
{ "hrsh7th/cmp-nvim-lsp" }, -- Required
{ "L3MON4D3/LuaSnip" }, -- Required
},
},