feat: add marksman language server
parent
6fca68679d
commit
bb6968c86e
|
@ -64,6 +64,7 @@ in
|
|||
nodePackages.vscode-langservers-extracted
|
||||
lldb
|
||||
vscode-extensions.vadimcn.vscode-lldb
|
||||
marksman
|
||||
];
|
||||
|
||||
# symlink for a stable path
|
||||
|
|
|
@ -87,6 +87,7 @@ local servers = {
|
|||
},
|
||||
},
|
||||
},
|
||||
["marksman"] = {},
|
||||
["pylsp"] = {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
|
|
Loading…
Reference in New Issue