Add Neo-Tree and Autopairs plugins

This commit is contained in:
Sergey Sychugin 2024-07-20 13:23:23 +03:00
parent e7db0d487f
commit ce7f84540a
2 changed files with 10 additions and 2 deletions

View file

@ -14,8 +14,16 @@ return {
{ '\\', ':Neotree reveal<CR>', { desc = 'NeoTree reveal' } },
},
opts = {
close_if_last_window = true, -- Закрывать Neo-tree, если это последнее окно
popup_border_style = 'rounded', -- Закругленные углы у всплывающих окон
enable_git_status = true, -- Показ статусов Git
enable_diagnostics = true, -- Показ диагностик
filesystem = {
window = {
width = 30, -- Ширина окна
position = 'left',
mappings = {
['\\'] = 'close_window',
},