diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:40:23 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:40:23 -0500 |
| commit | 09938f9e8e9b16dc27f12bb76461fd8797d88098 (patch) | |
| tree | 6306965c54712f7585bc976e7e33a14e39b34f8a /lua/user/plugins.lua | |
| parent | 1f1e1a2e8ba318acf54ef20967a6038640ef6913 (diff) | |
add project
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 1c63113..87a88a5 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -52,6 +52,7 @@ return packer.startup(function(use) use "moll/vim-bbye" use 'nvim-lualine/lualine.nvim' use "akinsho/toggleterm.nvim" + use "ahmedkhalf/project.nvim" -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out |
