Compare commits

...

2 Commits

Author SHA1 Message Date
Rachel Lambda Samuelsson 50e223e130 add numb.nvim and vimv 2023-11-27 20:56:28 +01:00
Rachel Lambda Samuelsson 4064a68484 prism 2023-11-26 11:31:59 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,8 @@ in
typst
ttyper
idris2
prismlauncher
vimv
];
stateVersion = "23.05";
};
@ -152,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' },
@ -241,6 +244,7 @@ in
cornelis-vim
nvim-lspconfig
idris2-vim
numb-nvim
];
};