add numb.nvim and vimv
This commit is contained in:
parent
4064a68484
commit
50e223e130
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user