temporary restore yaml-jinja plugins
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 15m43s
Build neovim image / build-neovim-arm64 (push) Successful in 17m49s
Build neovim image / update-images-manifest (push) Successful in 14s

This commit is contained in:
Szwendacz 2024-04-15 14:10:17 +02:00 committed by Maciej Lebiest
parent a751f7e85f
commit 2b84edb3b0
2 changed files with 4 additions and 4 deletions

View file

@ -77,5 +77,5 @@ vim.opt.shiftwidth = 4 -- width for autoindents
vim.cmd [[
highlight clear
colorscheme gruvbox
autocmd BufNewFile,BufRead *.sls set syntax=yaml.jinja2
]]
--autocmd BufNewFile,BufRead *.sls set filetype=yaml.jinja2

View file

@ -128,9 +128,9 @@ require("lazy").setup({
opts = require('plugins.neogit').config
},
--{ 'Glench/Vim-Jinja2-Syntax', priority = 15 },
--{ 'vmware-archive/salt-vim', priority = 10 },
--{ 'stephpy/vim-yaml' }, -- for proper sls syntax highlighting when jinja
{ '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',
main = "ibl",