Big neovim config refactor + adjustments

This commit is contained in:
2024-04-16 01:29:18 +02:00
parent 8031f3fe6a
commit 5574cc866a
42 changed files with 1001 additions and 875 deletions

View File

@@ -28,9 +28,14 @@ return {
TelescopeMatching = { fg = colors.aqua, bold = true },
TelescopeSelection = { fg = colors.blue },
TelescopeSelectionCaret = { fg = colors.red },
CmpItemAbbrMatch = { fg = colors.aqua, bold = true },
CmpItemAbbrMatchFuzzy = { fg = colors.aqua, bold = true },
CmpItemMenu = { fg = colors.bg2 },
CmpItemKindFunction = { fg = colors.red },
},
})
-- Load the colorscheme
vim.cmd.colorscheme("gruvbox")
end,
}