aboutsummaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-26 23:49:31 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-26 23:49:31 +0200
commita41e5da5f9fbd91b5e803797751aabae68aa47a9 (patch)
tree5c010634908dceb9ff0186dc44ab0a90d3d2b067 /lua/user
parent0369fc247997f6e123f17ccc1308e0d5ab969495 (diff)
downloaddotfiles-a41e5da5f9fbd91b5e803797751aabae68aa47a9.tar.gz
dotfiles-a41e5da5f9fbd91b5e803797751aabae68aa47a9.zip
Cmd 'Mkdir' enabled from 'tpope/vim-eunuch'
Diffstat (limited to 'lua/user')
-rw-r--r--lua/user/pack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua
index cc57085..d0c430a 100644
--- a/lua/user/pack.lua
+++ b/lua/user/pack.lua
@@ -165,7 +165,7 @@ return packer.startup(function(use)
require('Navigator').setup()
end,
})
- use({ 'tpope/vim-eunuch', cmd = { 'Rename', 'Delete' } }) -- Handy unix commands inside Vim (Rename, Move etc.)
+ use({ 'tpope/vim-eunuch', cmd = { 'Rename', 'Delete', 'Mkdir' } }) -- Handy unix commands inside Vim (Rename, Move etc.)
--use("tpope/vim-surround") --
--use("tpope/vim-obsession") --
use('tpope/vim-unimpaired') --