diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:40:23 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:38:45 -0500 |
| commit | 60c29a60a338d81bd93d7784595c3e91f0772053 (patch) | |
| tree | 65eab9a2692b942f7df9ddaad808dbf21216ba0e /lua/user/plugins.lua | |
| parent | 1f1e1a2e8ba318acf54ef20967a6038640ef6913 (diff) | |
add project
fix
t
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 |
