Neovide config and transparent floats
This commit is contained in:
@@ -5,7 +5,6 @@ return {
|
||||
opts = {
|
||||
options = {
|
||||
opt = {
|
||||
background = "dark",
|
||||
clipboard = "",
|
||||
cmdheight = 1,
|
||||
expandtab = true,
|
||||
@@ -15,6 +14,7 @@ return {
|
||||
guifont = { "VictorMono Nerd Font", "Hack Nerd Font Mono", ":h10" },
|
||||
listchars = { tab = "> ", extends = ">", precedes = "<", space = "·" },
|
||||
number = true,
|
||||
path = vim.list_extend(vim.opt.path:get(), { "**" }),
|
||||
relativenumber = false,
|
||||
shiftwidth = 4,
|
||||
signcolumn = "auto",
|
||||
@@ -22,9 +22,13 @@ return {
|
||||
tabstop = 4,
|
||||
textwidth = 120,
|
||||
wrap = true,
|
||||
path = vim.list_extend(vim.opt.path:get(), { "**" }),
|
||||
winblend = 50,
|
||||
pumblend = 30,
|
||||
},
|
||||
g = {
|
||||
neovide_hide_mouse_when_typing = true,
|
||||
neovide_theme = "auto",
|
||||
neovide_floating_shadow = false,
|
||||
rust_recommended_style = 0,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user