neovim light theme

This commit is contained in:
2025-09-19 23:16:07 +00:00
parent e829f6dd85
commit 42e56f8320
9 changed files with 268 additions and 74 deletions

View File

@@ -59,11 +59,10 @@ return { -- Fuzzy Finder (files, lsp, etc)
defaults = {
layout_strategy = "vertical",
layout_config = {
-- vertical = { width = 0.5 }
-- horizontal = {
-- width = 0.9,
-- preview_width = 0.5,
-- },
width = { 0.95, max = 100 },
height = 0.95,
preview_cutoff = 1,
preview_height = 0.7
},
mappings = {
n = {