Initial commit
This commit is contained in:
commit
9c9cd19c2b
28 changed files with 2144 additions and 0 deletions
13
.config/nvim/lua/plugins/example.lua
Normal file
13
.config/nvim/lua/plugins/example.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{ "folke/tokyonight.nvim", enable = false },
|
||||
{ "catppuccin/nvim", enable = false },
|
||||
|
||||
{ "gbprod/nord.nvim" },
|
||||
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "nord",
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue