updates
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2025-05-28 14:44:53 +02:00
parent bb43ee4e1d
commit 46ec55b24b
6 changed files with 223 additions and 109 deletions

View file

@ -67,6 +67,15 @@ with lib;
plugins = {
nvim-surround.enable = true;
zen-mode = {
enable = true;
settings = {
window.options = {
number = false;
};
};
};
vimwiki = {
enable = true;
settings = {
@ -195,13 +204,14 @@ with lib;
sources = [
{ name = "nvim_lsp_signature_help"; }
{ name = "path"; }
{ name = "nvim_lsp"; }
{ name = "luasnip"; }
{ name = "spell"; }
{
name = "buffer";
# Words from other open buffers can also be suggested.
option.get_bufnrs.__raw = "vim.api.nvim_list_bufs";
}
{ name = "nvim_lsp"; }
{ name = "luasnip"; }
];
};
};