nvim: added neovim configuration

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent 7182c3a7a0
commit 0399226628
17 changed files with 579 additions and 0 deletions

View file

@ -0,0 +1,11 @@
return {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd.colorscheme("tokyonight-night")
end
},
}