Add vim-eunuch plugin for unix
parent
9f194e4e85
commit
c0e9c0cdf0
|
@ -18,6 +18,7 @@ return require("packer").startup({
|
||||||
use("tpope/vim-repeat") -- Better . repeat
|
use("tpope/vim-repeat") -- Better . repeat
|
||||||
use("tpope/vim-commentary") -- Commenting motion
|
use("tpope/vim-commentary") -- Commenting motion
|
||||||
use("tpope/vim-sleuth") -- Intendation heuristics
|
use("tpope/vim-sleuth") -- Intendation heuristics
|
||||||
|
use("tpope/vim-eunuch") -- UNIX helpers
|
||||||
|
|
||||||
-- General improvements
|
-- General improvements
|
||||||
use("lewis6991/gitsigns.nvim") -- Git signs
|
use("lewis6991/gitsigns.nvim") -- Git signs
|
||||||
|
|
Loading…
Reference in New Issue