Мощное обновление (тема lush будет настроена позже)

This commit is contained in:
2023-02-12 20:48:16 +10:00
parent 47e833bef3
commit 52aa5481e8
6 changed files with 411 additions and 6 deletions

View File

@@ -164,4 +164,10 @@ return require('packer').startup(function(use)
'vim-php/phpctags',
run = 'composer install'
}
-- Аналог LSP-сервера для поддержки оболочки fish
use 'dag/vim-fish'
-- Цветовая тема
use 'rktjmp/lush.nvim';
end)