diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-10-30 14:11:13 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-10-30 14:11:13 +0100 |
| commit | b423014b0e51a8324e7ff0fb925d7e7c4000cd45 (patch) | |
| tree | 6f7475db75cbcaa425f6b663b39ac996f152e62d /.config/nvim/lua/user/plugins.lua | |
| parent | 342b7b50d4f95ebf8f17b3696d4f5b9c116e75a8 (diff) | |
update for new system
Diffstat (limited to '.config/nvim/lua/user/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/user/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/user/plugins.lua b/.config/nvim/lua/user/plugins.lua index 07f8f42..ae21e4f 100644 --- a/.config/nvim/lua/user/plugins.lua +++ b/.config/nvim/lua/user/plugins.lua @@ -3,7 +3,6 @@ require('packer').startup(function() use { 'tpope/vim-commentary' } use { 'tpope/vim-surround' } use { 'tpope/vim-eunuch' } - use { 'tpope/vim-sleuth' } use { 'christoomey/vim-tmux-navigator' } use { |
