feat: add vim-repeat, vim-surround
This commit is contained in:
parent
1ba10941b1
commit
03e1f5631e
@ -16,6 +16,12 @@ local function usePlugins(use)
|
|||||||
config = [[require 'config.reload']]
|
config = [[require 'config.reload']]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Provides mappings for working with symbols like (), {}, [], etc.
|
||||||
|
use 'tpope/vim-surround'
|
||||||
|
|
||||||
|
-- Allow repeating
|
||||||
|
use 'tpope/vim-repeat'
|
||||||
|
|
||||||
-- Tree-sitter
|
-- Tree-sitter
|
||||||
use {
|
use {
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
Loading…
Reference in New Issue
Block a user