stuf
This commit is contained in:
parent
6eeee7ac88
commit
ad083cc62c
9 changed files with 26 additions and 27 deletions
|
|
@ -69,7 +69,7 @@
|
|||
j = "jump_view_up";
|
||||
k = "jump_view_down";
|
||||
};
|
||||
i = "@:toggle las.display-inlay-hints";
|
||||
i = "@:toggle lsp.display-inlay-hints<ret>";
|
||||
t = {
|
||||
r = "@mip:reflow<ret>";
|
||||
s = "@<A-s>:sort<ret>";
|
||||
|
|
@ -192,6 +192,13 @@
|
|||
unit = "\t";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "microcad";
|
||||
scope = "source.microcad";
|
||||
file-types = ["µcad" "mcad" "ucad"];
|
||||
language-servers = ["microcad-lsp"];
|
||||
comment-tokens = "//";
|
||||
}
|
||||
{
|
||||
name = "nix";
|
||||
auto-format = true;
|
||||
|
|
@ -238,6 +245,9 @@
|
|||
# lspmux = {
|
||||
# command = "lspmux";
|
||||
# };
|
||||
microcad-lsp = {
|
||||
command = "microcad-lsp";
|
||||
};
|
||||
|
||||
basedpyright = {
|
||||
command = "basedpyright-langserver";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue