Add typescript + jinja LSP.
This commit is contained in:
@@ -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" },
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user