Add typescript + jinja LSP.

This commit is contained in:
2024-10-23 11:52:30 +02:00
parent f3bf598361
commit 3d9677192a
9 changed files with 131 additions and 4 deletions
+1
View File
@@ -1,3 +1,4 @@
return {
{ "Replace {{X}} with {{ X }} in jinja template", "%s/{{\\(.[^ ]*\\)}}/{{ \\1 }}/g" },
{ "Replace a text newline with a carriage return", "%s/\\\\n/\\r/g" },
}
+1
View File
@@ -293,6 +293,7 @@ local options = {
["<C-v>"] = custom_actions.multi_selection_vsplit,
["<C-X>"] = custom_actions.multi_selection_split,
["<C-T>"] = custom_actions.multi_selection_tab,
-- ["<C-e>"] = custom_actions.set_extension_files,
},
n = i,
},