Colorscheme default change, font config, indentscope enable
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||
-- Add any additional options here
|
||||
|
||||
vim.opt.guifont = "Berkeley Mono Variable:h13"
|
||||
if vim.g.neovide then
|
||||
-- Variable font looks too bold on windows
|
||||
vim.opt.guifont = "Berkeley Mono:h10.5:#e-subpixelantialias"
|
||||
vim.opt.linespace = 1
|
||||
else
|
||||
vim.opt.guifont = "Berkeley Mono Variable:h13"
|
||||
end
|
||||
|
||||
-- idk if it does anything cause I have to set it in the nvim-cmp settings too
|
||||
vim.opt.completeopt = "menu,menuone,noinsert,noselect"
|
||||
|
||||
@@ -2,7 +2,7 @@ return {
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "gruvbox",
|
||||
colorscheme = "kanagawa-dragon",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
return {
|
||||
"echasnovski/mini.indentscope",
|
||||
enabled = true,
|
||||
opts = {
|
||||
draw = {
|
||||
-- Speed up distracting animation
|
||||
|
||||
Reference in New Issue
Block a user