a bunch of commits i think
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
colorschemes.gruvbox-material.enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
# formatters
|
||||
alejandra
|
||||
nixfmt-rs
|
||||
rustfmt
|
||||
# misc
|
||||
ripgrep
|
||||
@@ -67,7 +67,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
formatters_by_ft = {
|
||||
nix = ["alejandra"];
|
||||
nix = ["nixfmt"];
|
||||
rust = ["rustfmt"];
|
||||
"_" = [
|
||||
"squeeze_blanks"
|
||||
@@ -283,6 +283,7 @@
|
||||
vimPlugins.lsp-progress-nvim
|
||||
vimPlugins.cmp-cmdline
|
||||
vimPlugins.cmp-nvim-lsp-signature-help
|
||||
vimPlugins.cord-nvim
|
||||
tiny-code-action
|
||||
];
|
||||
opts = {
|
||||
|
||||
Reference in New Issue
Block a user