diff --git a/home/rachel.nix b/home/rachel.nix index 5fe730a..8a7b77f 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -80,6 +80,7 @@ in ttyper idris2 prismlauncher + vimv ]; stateVersion = "23.05"; }; @@ -153,6 +154,7 @@ in require('tmux').setup({ copy_sync = { redirect_to_clipboard = true } }); require('Comment').setup() require('nvim-surround').setup() + require('numb').setup() local lspcfg = require('lspconfig') lspcfg.typst_lsp.setup({ cmd = { '${pkgs.typst-lsp}/bin/typst-lsp' }, @@ -242,6 +244,7 @@ in cornelis-vim nvim-lspconfig idris2-vim + numb-nvim ]; };