You've already forked dotfiles
fix: Cleaning up some aspects of the language support work to move into
development and finish cleaning the main branch.
This commit is contained in:
15
nvim/after/lsp/jinja_lsp.lua
Normal file
15
nvim/after/lsp/jinja_lsp.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
vim.filetype.add {
|
||||
extension = {
|
||||
-- tera = 'jinja',
|
||||
jinja = 'jinja',
|
||||
jinja2 = 'jinja',
|
||||
j2 = 'jinja',
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
name = 'jinja_lsp',
|
||||
cmd = { 'jinja-lsp' },
|
||||
filetypes = { 'jinja', 'tera', 'html' },
|
||||
-- template_extension = { 'html', 'jinja', 'j2', 'tera' },
|
||||
}
|
||||
Reference in New Issue
Block a user