switch sls files to (kinda) builtin highlighting
This commit is contained in:
parent
c487351afb
commit
49f7908c8c
2 changed files with 4 additions and 4 deletions
|
@ -79,5 +79,5 @@ vim.opt.shiftwidth = 4 -- width for autoindents
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
highlight clear
|
highlight clear
|
||||||
colorscheme gruvbox
|
colorscheme gruvbox
|
||||||
|
autocmd BufNewFile,BufRead *.sls set filetype=sls.yaml.jinja2
|
||||||
]]
|
]]
|
||||||
--autocmd BufNewFile,BufRead *.sls set filetype=yaml.jinja2
|
|
||||||
|
|
|
@ -128,9 +128,9 @@ require("lazy").setup({
|
||||||
opts = require('plugins.neogit').config
|
opts = require('plugins.neogit').config
|
||||||
},
|
},
|
||||||
|
|
||||||
{ 'Glench/Vim-Jinja2-Syntax', priority = 15 },
|
--{ 'Glench/Vim-Jinja2-Syntax', priority = 15 },
|
||||||
{ 'vmware-archive/salt-vim', priority = 10 },
|
--{ 'vmware-archive/salt-vim', priority = 10 },
|
||||||
{ 'stephpy/vim-yaml' }, -- for proper sls syntax highlighting when jinja
|
--{ 'stephpy/vim-yaml' }, -- for proper sls syntax highlighting when jinja
|
||||||
{
|
{
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
main = "ibl",
|
main = "ibl",
|
||||||
|
|
Loading…
Reference in a new issue