Initial configuration

This commit is contained in:
2025-02-11 18:28:07 +01:00
commit 898dd5c1ab
15 changed files with 1287 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
return {
'folke/tokyonight.nvim',
lazy = false,
priority = 1000,
init = function()
vim.cmd.colorscheme 'tokyonight-night'
vim.cmd.hi 'Comment gui=none'
end,
}