LazyVim Configuration
LazyVim is a great Neovim setup that is pre-configured with reasonable features. It's better than
starting from scratch. Here are my configuration settings that focus on Python, HTML, CSS, and
JavaScript. Configuration files for LazyVim must be located in the
~/.config/nvim directory. More info about LazyVim is available at
https://www.lazyvim.org.
-- plugins/colorscheme.lua
return {
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-nvim",
},
}
More text content goes here.