mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-08 19:31:31 +00:00
add ruff as lsp
This commit is contained in:
parent
c002e8f572
commit
0bbb039b7f
2 changed files with 20 additions and 1 deletions
|
@ -59,7 +59,11 @@ isMaximal: {
|
|||
go.enable = isMaximal;
|
||||
lua.enable = isMaximal;
|
||||
zig.enable = isMaximal;
|
||||
python.enable = isMaximal;
|
||||
python = {
|
||||
enable = true;
|
||||
format.type = "ruff";
|
||||
lsp.server = "ruff";
|
||||
};
|
||||
typst.enable = isMaximal;
|
||||
rust = {
|
||||
enable = isMaximal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue