mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
update: modules/cli/nixvim.nix
This commit is contained in:
@@ -193,8 +193,21 @@
|
||||
friendly-snippets.enable = true;
|
||||
# dev
|
||||
clangd.enable = true;
|
||||
pyright.enable = true;
|
||||
ruff.enable = true;
|
||||
pylsp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
plugins = {
|
||||
ruff = {
|
||||
enabled = true;
|
||||
format = [ "I" ];
|
||||
};
|
||||
|
||||
jedi_completion.enabled = true;
|
||||
jedi_definition.enabled = true;
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
|
||||
Reference in New Issue
Block a user