aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--home/default.nix1
-rw-r--r--home/nvim/default.nix3
2 files changed, 2 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix
index b40a8ea..2cb0fe5 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -261,6 +261,7 @@ in
settings = {
wrap = false;
tabchar = "tab";
+ tabsize = 1;
};
};
go = {
diff --git a/home/nvim/default.nix b/home/nvim/default.nix
index 0c1a32a..aad1904 100644
--- a/home/nvim/default.nix
+++ b/home/nvim/default.nix
@@ -30,8 +30,8 @@
# LSP
biome # javascript, biome
- clippy # rust error checking
clang-tools # C
+ clippy # rust error checking
dprint # format engine for multiple langeuages
dprint-plugins.dprint-plugin-markdown # markdown
dprint-plugins.dprint-plugin-toml # toml
@@ -48,7 +48,6 @@
ruff # python format and lint
rust-analyzer
tex-fmt # latex
- texlab # latex lsp
tree-sitter # generate tree-sitter grammars
ty # python type checker written in rust
vale-ls # prose (md, asciidoc)