Add Neo-Tree and Autopairs plugins
This commit is contained in:
parent
e7db0d487f
commit
ce7f84540a
2 changed files with 10 additions and 2 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue