nixvim: add diffview, gitsigns, which-key. re-enable treesitter. document some keymaps
All checks were successful
Flake check / flake-check (pull_request) Successful in 23s
Build tests / build-hosts (pull_request) Successful in 32s

This commit is contained in:
sid 2026-05-05 20:26:46 +02:00
parent bb811f4f16
commit b950eb138e
4 changed files with 162 additions and 143 deletions

View file

@ -3,14 +3,17 @@
{
imports = [
./cmp.nix
./diffview.nix
./lsp.nix
./gitsigns.nix
./lualine.nix
./telescope.nix
# ./treesitter.nix # HOTFIX: does not build
./treesitter.nix
./trouble.nix
];
config.programs.nixvim.plugins = {
which-key.enable = lib.mkDefault true;
markdown-preview.enable = lib.mkDefault true;
# warning: Nixvim: `plugins.web-devicons` was enabled automatically because the following plugins are enabled. This behaviour is deprecated. Please explicitly define `plugins.web-devicons.enable`
web-devicons.enable = true;