lix my ballx
This commit is contained in:
parent
8df82ca204
commit
6eeee7ac88
4 changed files with 35 additions and 2 deletions
|
|
@ -235,6 +235,10 @@
|
|||
# keep-sorted end
|
||||
];
|
||||
language-server = {
|
||||
# lspmux = {
|
||||
# command = "lspmux";
|
||||
# };
|
||||
|
||||
basedpyright = {
|
||||
command = "basedpyright-langserver";
|
||||
args = ["--stdio"];
|
||||
|
|
@ -273,6 +277,7 @@
|
|||
language-servers = {
|
||||
rust-analyzer.config = {
|
||||
server.path = "/home/tao/.cargo/bin/rust-analyzer";
|
||||
# server.path = "${pkgs.lspmux}/bin/lspmux";
|
||||
procMacro = {
|
||||
ignored = {
|
||||
leptos_macro = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue