diff options
author | Chris <[email protected]> | 2021-03-17 03:23:23 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-17 03:23:23 -0400 |
commit | 784fdcf19d8fa48da50fd33dc15462f1c4da60a4 (patch) | |
tree | 4af219a151786d540f9c66492c0d230c69f55b4d /lua/plugins.lua | |
parent | 20b8eb1c330dbfbaf951d3a18430190bc5e51eca (diff) |
updates
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 242d83c9..202574d8 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -117,5 +117,7 @@ return require('packer').startup(function(use) --use 'suy/vim-context-commentstring' -- use 'b3nj5m1n/kommentary' use 'andymass/vim-matchup' - use 'sheerun/vim-polyglot' + use 'junegunn/goyo.vim' + use 'bfredl/nvim-miniyank' + use 'brooth/far.vim' end) |