diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-11-23 15:38:16 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-11-23 15:38:16 +0100 |
commit | 99630ae8233f8a2afb6a89016b24a354b0186a21 (patch) | |
tree | 01ccbb1e8843ce1dbc9383579575dc48eef60f2c /lua/user/plugins.lua | |
parent | 904acb28247999214aefd33a0cd3ddcea99d7dc0 (diff) | |
download | vim-99630ae8233f8a2afb6a89016b24a354b0186a21.zip vim-99630ae8233f8a2afb6a89016b24a354b0186a21.tar.gz |
plugins -> subdir core
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 74d1c55..e8efb4e 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -47,7 +47,7 @@ return packer.startup(function(use) use 'nvim-lua/popup.nvim' -- An implementation of the Popup API from vim in Neovim use 'nvim-lua/plenary.nvim' -- Useful lua functions used in lots of plugins use 'numToStr/Comment.nvim' -- gc[N][motion] - -- use 'windwp/nvim-autopairs' -- Autopairs, integrates with both cmp and treesitter + use 'windwp/nvim-autopairs' -- Autopairs, integrates with both cmp and treesitter use 'kyazdani42/nvim-web-devicons' -- nices icons use 'kyazdani42/nvim-tree.lua' -- tree explorer use 'akinsho/bufferline.nvim' -- buffer status line |