diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-02-04 08:02:16 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-02-04 08:02:16 +0200 |
| commit | 26a7a934e095e9e37988497a70e89812116317e5 (patch) | |
| tree | 75712229f17db1976607878a455742507655084e | |
| parent | 9c84dcac3b986eec6e968470b5751e244e341d7b (diff) | |
| download | nixos-26a7a934e095e9e37988497a70e89812116317e5.tar.zst | |
Update
| -rw-r--r-- | home/default.nix | 1 | ||||
| -rw-r--r-- | home/nvim/default.nix | 3 |
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) |
