Skip to content

Commit 585446c

Browse files
committed
change colorscheme
1 parent 1d38869 commit 585446c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ require('lazy').setup({
605605
-- - settings (table): Override the default settings passed when initializing the server.
606606
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
607607
local servers = {
608-
-- clangd = {},
608+
clangd = {},
609609
-- gopls = {},
610610
-- pyright = {},
611611
-- rust_analyzer = {},
@@ -775,7 +775,7 @@ require('lazy').setup({
775775
-- Accept ([y]es) the completion.
776776
-- This will auto-import if your LSP supports it.
777777
-- This will expand snippets if the LSP sent a snippet.
778-
['<C-y>'] = cmp.mapping.confirm { select = true },
778+
['<C-z>'] = cmp.mapping.confirm { select = true },
779779

780780
-- If you prefer more traditional completion keymaps,
781781
-- you can uncomment the following lines
@@ -835,7 +835,7 @@ require('lazy').setup({
835835
-- Load the colorscheme here.
836836
-- Like many other themes, this one has different styles, and you could load
837837
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
838-
vim.cmd.colorscheme 'tokyonight-night'
838+
vim.cmd.colorscheme 'habamax'
839839

840840
-- You can configure highlights by doing something like:
841841
vim.cmd.hi 'Comment gui=none'

0 commit comments

Comments
 (0)