diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-09-07 21:14:38 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-09-07 21:14:38 -0400 |
| commit | 338e1e48e6bb5e57225506e86d4112feabe2ae49 (patch) | |
| tree | 0e886facc473dd515a778cda35275c3f1f1ace55 /.config/nvim/lua/plugins/editor.lua | |
| parent | 11231c649e09b1c1d054482bb01d98baf83a2537 (diff) | |
nvim: remove EVEN MORE plugins (whoa)
Diffstat (limited to '.config/nvim/lua/plugins/editor.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/editor.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins/editor.lua b/.config/nvim/lua/plugins/editor.lua index 21f5cdf..4dde1dc 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -1,6 +1,5 @@ return { + { "ap/vim-buftabline", event = "VeryLazy" }, { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, - { "numtostr/comment.nvim", event = "VeryLazy", opts = {} }, - { "simrat39/rust-tools.nvim", ft = "rust", opts = {} }, } |
