mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 19:44:58 +02:00
add some configs
This commit is contained in:
parent
2234b188fb
commit
c4dca3f7dd
4 changed files with 50 additions and 2 deletions
|
@ -2,7 +2,10 @@ return {
|
|||
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
||||
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
|
||||
'tpope/vim-fugitive',
|
||||
'tpope/vim-repeat',
|
||||
'tpope/vim-surround',
|
||||
'tpope/vim-eunuch',
|
||||
'tpope/vim-unimpaired',
|
||||
|
||||
-- NOTE: Plugins can also be added by using a table,
|
||||
-- with the first argument being the link and the following
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue