Files
dotfiles/config/nvim/lua/plugins/lazyvim.lua
KaasKop- 95f9869970 MOTD, Updates
Added tmux config with nvim fixes
Updated install.sh to also run stow
Added support for motd in fish
2024-01-03 19:27:55 +01:00

9 lines
97 B
Lua

return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "tokyonight",
},
},
}