update
This commit is contained in:
parent
76d9c95927
commit
a2bd139738
1 changed files with 12 additions and 11 deletions
3
init.lua
3
init.lua
|
|
@ -95,6 +95,7 @@ require("lazy").setup({
|
|||
"edluffy/hologram.nvim",
|
||||
"xiyaowong/transparent.nvim",
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
"rebelot/kanagawa.nvim",
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
build = ":MasonUpdate", -- :MasonUpdate updates registry contents
|
||||
|
|
@ -347,7 +348,7 @@ vim.g.maplocalleader = " "
|
|||
vim.wo.signcolumn = "yes" -- prevents jitter
|
||||
vim.opt.updatetime = 100
|
||||
vim.o.background = "dark" -- or "light" for light mode
|
||||
vim.cmd("colorscheme gruvbox")
|
||||
vim.cmd("colorscheme kanagawa")
|
||||
-- Set completeopt to have a better completion experience
|
||||
-- :help completeopt
|
||||
-- menuone: popup even when there's only one match
|
||||
|
|
|
|||
Loading…
Reference in a new issue