mirror of
https://github.com/librephoenix/nixos-config
synced 2025-08-01 19:34:00 +05:30
More neovide + nvim config
This commit is contained in:
parent
58c8c7b87b
commit
126a2076cc
8 changed files with 48 additions and 6 deletions
|
@ -14,4 +14,19 @@ M.base46 = {
|
|||
-- },
|
||||
}
|
||||
|
||||
M.ui = {
|
||||
theme = "stylix",
|
||||
nvdash = {
|
||||
load_on_startup = true,
|
||||
buttons = {
|
||||
{ " Find File", "Spc .", "Telescope find_files" },
|
||||
{ " Nvimtree", "SPC e", "NvimTreeToggle" },
|
||||
{ " Projects ", "Spc p p", "Telescope workspaces" },
|
||||
{ " Vsplit ", "Spc w v", "vsplit" },
|
||||
{ " Split ", "Spc w s", "split" },
|
||||
{ " Help", "Spc c h", "NvCheatsheet" },
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue