update to theme
This commit is contained in:
parent
c02bfaf9cd
commit
20aa962f15
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
'numToStr/Comment.nvim',
|
||||||
|
}
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue