Skip to content

Instantly share code, notes, and snippets.

@mwelwankuta
Created February 8, 2025 09:55
Show Gist options
  • Save mwelwankuta/67fcee090f7bf5d25e080ef104d18453 to your computer and use it in GitHub Desktop.
Save mwelwankuta/67fcee090f7bf5d25e080ef104d18453 to your computer and use it in GitHub Desktop.
My Lunarvim Config
vim.opt.relativenumber = true
lvim.plugins = {
{ "lunarvim/colorschemes" },
{ "morhetz/gruvbox" },
{ "Skullamortis/forest.nvim" },
{ "christoomey/vim-tmux-navigator" }
}
lvim.colorscheme = "forest"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment