mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
edit release notes & revert python to isMaximal
This commit is contained in:
parent
6ad3163dfb
commit
54f9480f57
2 changed files with 4 additions and 7 deletions
|
@ -59,11 +59,7 @@ isMaximal: {
|
||||||
go.enable = isMaximal;
|
go.enable = isMaximal;
|
||||||
lua.enable = isMaximal;
|
lua.enable = isMaximal;
|
||||||
zig.enable = isMaximal;
|
zig.enable = isMaximal;
|
||||||
python = {
|
python = isMaximal;
|
||||||
enable = true;
|
|
||||||
format.type = "ruff";
|
|
||||||
lsp.server = ["ruff" "basedpyright"];
|
|
||||||
};
|
|
||||||
typst.enable = isMaximal;
|
typst.enable = isMaximal;
|
||||||
rust = {
|
rust = {
|
||||||
enable = isMaximal;
|
enable = isMaximal;
|
||||||
|
|
|
@ -126,6 +126,7 @@
|
||||||
|
|
||||||
[QuiNzX](https://github.com/QuiNzX):
|
[QuiNzX](https://github.com/QuiNzX):
|
||||||
|
|
||||||
[ruff]: (https://github.com/astral-sh/ruff)
|
[ruff lsp]: (https://github.com/astral-sh/ruff)
|
||||||
|
|
||||||
- Add ruff as lsp alongside other lsp servers. Under `vim.languages.python.lsp`.
|
- Add ruff as lsp alongside other lsp servers in a list as an option. Under
|
||||||
|
`vim.languages.python.lsp.server`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue