Added some configs and plugins
This commit is contained in:
parent
b784632fff
commit
48c85c077c
6 changed files with 99 additions and 102 deletions
|
|
@ -1,8 +0,0 @@
|
|||
-- autopairs
|
||||
-- https://github.com/windwp/nvim-autopairs
|
||||
|
||||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
opts = {},
|
||||
}
|
||||
|
|
@ -45,7 +45,7 @@ return {
|
|||
['<C-cr>'] = {
|
||||
'open',
|
||||
config = {
|
||||
open_command = 'tabnew', -- Альтернативный вариант параметра
|
||||
open_command = 'tabnew',
|
||||
},
|
||||
},
|
||||
['oa'] = 'avante_add_files',
|
||||
|
|
|
|||
5
lua/kickstart/plugins/nvim-ts-autotag.lua
Normal file
5
lua/kickstart/plugins/nvim-ts-autotag.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
'windwp/nvim-ts-autotag',
|
||||
event = 'InsertEnter',
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue