update to theme

This commit is contained in:
gregladden 2024-01-22 18:38:50 -06:00
parent c02bfaf9cd
commit 20aa962f15
2 changed files with 9 additions and 1 deletions

3
lua/plugins/comment.lua Normal file
View File

@ -0,0 +1,3 @@
return {
'numToStr/Comment.nvim',
}

View File

@ -1,7 +1,12 @@
return { return {
-- Detect tabstop and shiftwidth automatically -- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth', '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. -- Useful plugin to show you pending keybinds.
{ 'folke/which-key.nvim', opts = {} }, { 'folke/which-key.nvim', opts = {} },
-- "gc" to comment visual regions/lines -- "gc" to comment visual regions/lines