mirror of
https://github.com/pnx/dotfiles
synced 2026-06-17 11:30:02 +02:00
Update nvim config
This commit is contained in:
parent
d7a1770460
commit
461e0cc49a
27 changed files with 426 additions and 2999 deletions
9
nvim/lua/plugins/colortheme-kanagawa.lua
Normal file
9
nvim/lua/plugins/colortheme-kanagawa.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("kanagawa").load("wave")
|
||||
end
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue