You've already forked dotfiles
feat: Removing nvim-lspconfig and starting the removal of Mason, adding
in LSP definitions for servers that are used, adding in a script to check for LSPs, removing some extraneous items in the tmux conf, moving autopairs to its own file
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
vim.filetype.add {
|
||||
extension = {
|
||||
-- tera = 'jinja',
|
||||
jinja = 'jinja',
|
||||
jinja2 = 'jinja',
|
||||
j2 = 'jinja',
|
||||
}
|
||||
}
|
||||
-- Jinja LSP setup tuned to include Tera templates
|
||||
-- TODO: Not currently working correctly for Tera templates
|
||||
|
||||
return {
|
||||
name = 'jinja_lsp',
|
||||
cmd = { 'jinja-lsp' },
|
||||
filetypes = { 'jinja', 'tera', 'html' },
|
||||
-- template_extension = { 'html', 'jinja', 'j2', 'tera' },
|
||||
filetypes = { 'jinja', 'tera' },
|
||||
root_markers = { '.git' },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user