diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | a9bd3263f74bb219ecc451b7c145f229aabd139a (patch) | |
| tree | f4b62b43b005e18ee0ec485daa8a5efcd0604115 /.config/nvim/lua/plugins.lua | |
| parent | db2efeacfb28e035f9fc6e3fcaf32ecf1eea7c1d (diff) | |
poggers
Diffstat (limited to '.config/nvim/lua/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/plugins.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index eef6e01..350fd61 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -28,5 +28,13 @@ return require('packer').startup(function(use) requires = { 'kyazdani42/nvim-web-devicons', opt = true } } use { 'numToStr/Comment.nvim' } + + use { 'hrsh7th/cmp-nvim-lsp' } + use { 'hrsh7th/cmp-buffer' } + use { 'hrsh7th/cmp-path' } + use { 'hrsh7th/cmp-cmdline' } + use { 'hrsh7th/nvim-cmp' } + use { 'hrsh7th/vim-vsnip' } + use { 'loctvl842/monokai-pro.nvim' } end) |
