adding additional plugins
This commit is contained in:
parent
7b00b4cf60
commit
66c760bf9a
13 changed files with 616 additions and 437 deletions
10
lua/plugins/utils.lua
Normal file
10
lua/plugins/utils.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
-- Detect tabstop and shiftwidth automatically
|
||||
'tpope/vim-sleuth',
|
||||
|
||||
-- Useful plugin to show you pending keybinds.
|
||||
{ 'folke/which-key.nvim', opts = {} },
|
||||
-- "gc" to comment visual regions/lines
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue