From 20aa962f156593827a72ea349aa17c89bfdb462c Mon Sep 17 00:00:00 2001 From: gregladden Date: Mon, 22 Jan 2024 18:38:50 -0600 Subject: [PATCH] update to theme --- lua/plugins/comment.lua | 3 +++ lua/plugins/utils.lua | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 lua/plugins/comment.lua diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua new file mode 100644 index 00000000..38771c38 --- /dev/null +++ b/lua/plugins/comment.lua @@ -0,0 +1,3 @@ +return { + 'numToStr/Comment.nvim', +} diff --git a/lua/plugins/utils.lua b/lua/plugins/utils.lua index 2d0953ae..e318cfb3 100644 --- a/lua/plugins/utils.lua +++ b/lua/plugins/utils.lua @@ -1,7 +1,12 @@ return { -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth', - + -- tmux & split window navigation + 'christoomey/vim-tmux-navigator', + -- maximizes and restores current window + 'szw/vim-maximizer', + -- surrounds word and add/removes/replaces characters + 'tpope/vim-surround', -- Useful plugin to show you pending keybinds. { 'folke/which-key.nvim', opts = {} }, -- "gc" to comment visual regions/lines