add numb.nvim and vimv

master
Rachel Lambda Samuelsson 2023-11-27 20:56:28 +01:00
parent 4064a68484
commit 50e223e130
1 changed files with 3 additions and 0 deletions

View File

@ -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
];
};