This commit is contained in:
Philipp Hochkamp 2023-05-05 01:53:16 +02:00
parent fe322905be
commit 8de7a014b5
2 changed files with 2 additions and 0 deletions

View file

@ -44,6 +44,7 @@
dock.mru-spaces = false; dock.mru-spaces = false;
dock.show-recents = false; dock.show-recents = false;
dock.static-only = true; dock.static-only = true;
dock.expose-animation-duration = 0.01;
finder.AppleShowAllExtensions = true; finder.AppleShowAllExtensions = true;
finder.FXEnableExtensionChangeWarning = false; finder.FXEnableExtensionChangeWarning = false;
loginwindow.GuestEnabled = false; loginwindow.GuestEnabled = false;

View file

@ -35,6 +35,7 @@ cmp.setup({
}, },
sources = cmp.config.sources({ sources = cmp.config.sources({
{ name = "nvim_lsp" }, { name = "nvim_lsp" },
{ name = "xynowiki" },
{ name = "luasnip" }, { name = "luasnip" },
}, { name = "buffer" }), }, { name = "buffer" }),
formatting = { formatting = {