From 50e223e130f4cb7039599c161ac308aa04a32c18 Mon Sep 17 00:00:00 2001 From: depsterr Date: Mon, 27 Nov 2023 20:56:28 +0100 Subject: [PATCH] add numb.nvim and vimv --- home/rachel.nix | 3 +++ 1 file changed, 3 insertions(+) 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 ]; };