Added tmux config with nvim fixes Updated install.sh to also run stow Added support for motd in fish
9 lines
97 B
Lua
9 lines
97 B
Lua
return {
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "tokyonight",
|
|
},
|
|
},
|
|
}
|