You've already forked dotfiles
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
10 lines
242 B
Lua
10 lines
242 B
Lua
-- 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' },
|
|
root_markers = { '.git' },
|
|
}
|