a
This commit is contained in:
parent
fe322905be
commit
8de7a014b5
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue