fix broken UID or GID onf sqlls file, fix sls files plugins startup

This commit is contained in:
Maciej Lebiest 2023-03-11 13:30:39 +01:00
parent bd96e4ed46
commit 80cb374abb
3 changed files with 9 additions and 7 deletions

View file

@ -94,8 +94,8 @@ require("lazy").setup({
},
{ 'rmagatti/auto-session' },
{ 'tpope/vim-fugitive' },
{ 'Glench/Vim-Jinja2-Syntax' },
{ 'vmware-archive/salt-vim' },
{ 'Glench/Vim-Jinja2-Syntax', priority=15 },
{ 'vmware-archive/salt-vim', priority=10 },
{ 'stephpy/vim-yaml' }, -- for proper sls syntax highlighting when jinja
{
'lukas-reineke/indent-blankline.nvim',