Compare commits
2 Commits
ebaaabc90b
...
50e223e130
Author | SHA1 | Date | |
---|---|---|---|
50e223e130 | |||
4064a68484 |
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user