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",
|
"edluffy/hologram.nvim",
|
||||||
"xiyaowong/transparent.nvim",
|
"xiyaowong/transparent.nvim",
|
||||||
"ellisonleao/gruvbox.nvim",
|
"ellisonleao/gruvbox.nvim",
|
||||||
|
"rebelot/kanagawa.nvim",
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
build = ":MasonUpdate", -- :MasonUpdate updates registry contents
|
build = ":MasonUpdate", -- :MasonUpdate updates registry contents
|
||||||
|
|
@ -347,7 +348,7 @@ vim.g.maplocalleader = " "
|
||||||
vim.wo.signcolumn = "yes" -- prevents jitter
|
vim.wo.signcolumn = "yes" -- prevents jitter
|
||||||
vim.opt.updatetime = 100
|
vim.opt.updatetime = 100
|
||||||
vim.o.background = "dark" -- or "light" for light mode
|
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
|
-- Set completeopt to have a better completion experience
|
||||||
-- :help completeopt
|
-- :help completeopt
|
||||||
-- menuone: popup even when there's only one match
|
-- menuone: popup even when there's only one match
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue