Плагин для автоматического скобок
Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
parent
0f024abb52
commit
73f1105876
@ -33,10 +33,18 @@ return require('packer').startup(function(use)
|
||||
use {
|
||||
'numToStr/Comment.nvim',
|
||||
config = function()
|
||||
require('Comment').setup()
|
||||
require('Comment').setup {}
|
||||
end,
|
||||
}
|
||||
|
||||
-- Расширенная подсветка синтаксиса
|
||||
use 'nvim-treesitter/nvim-treesitter'
|
||||
|
||||
-- Автоматическое закрытие скобок
|
||||
use {
|
||||
'windwp/nvim-autopairs',
|
||||
config = function()
|
||||
require('nvim-autopairs').setup {}
|
||||
end
|
||||
}
|
||||
end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user