Compare commits
No commits in common. "50e223e130f4cb7039599c161ac308aa04a32c18" and "ebaaabc90b31b7dd135ac5801f4d1fc9fb33c1e8" have entirely different histories.
50e223e130
...
ebaaabc90b
|
@ -79,8 +79,6 @@ in
|
|||
typst
|
||||
ttyper
|
||||
idris2
|
||||
prismlauncher
|
||||
vimv
|
||||
];
|
||||
stateVersion = "23.05";
|
||||
};
|
||||
|
@ -154,7 +152,6 @@ 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' },
|
||||
|
@ -244,7 +241,6 @@ in
|
|||
cornelis-vim
|
||||
nvim-lspconfig
|
||||
idris2-vim
|
||||
numb-nvim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user