diff options
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 9633591..4836c2e 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -38,7 +38,6 @@ require 'dep' { { 'mbbill/undotree' }, -- careful this one is written in vimscript { 'windwp/nvim-autopairs' }, { 'numToStr/Comment.nvim' }, - { 'jghauser/mkdir.nvim' }, -- mkdir's when they dont exist { 'numtostr/BufOnly.nvim' }, -- kill the other buffers with :BufOnly { 'ahmedkhalf/project.nvim' }, -- cd into root of project { 'akinsho/toggleterm.nvim' }, |