Created
February 8, 2025 09:55
-
-
Save mwelwankuta/67fcee090f7bf5d25e080ef104d18453 to your computer and use it in GitHub Desktop.
My Lunarvim Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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