comparison dot_config/nvim/init.lua @ 416:13bb07f84b83

Replace jinja plugin Old plugin did annoying indenting
author zegervdv <zegervdv@me.com>
date Tue, 20 Jul 2021 17:29:23 +0200
parents 85832377f39e
children 8dd914d43a65
comparison
equal deleted inserted replaced
415:85832377f39e 416:13bb07f84b83
354 } 354 }
355 end, 355 end,
356 } 356 }
357 357
358 -- Filetypes 358 -- Filetypes
359 use { 'Glench/Vim-Jinja2-Syntax' } 359 use { 'lepture/vim-jinja' }
360 end) 360 end)
361 end, 0) 361 end, 0)
362 362
363 -- LSP config 363 -- LSP config
364 local lsp = require 'lspconfig' 364 local lsp = require 'lspconfig'