1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 13:30:26 +01:00

Some tweaking

This commit is contained in:
2026-01-17 15:32:45 +01:00
parent 300b177d0d
commit 42a0af7cb3
2 changed files with 17 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
return {
'folke/tokyonight.nvim',
'rebelot/kanagawa.nvim',
'Shatur/neovim-ayu',
'Shatur/neovim-ayu',
config = function()
-- load the colorscheme
vim.cmd([[colorscheme kanagawa-dragon]])
end,
}