mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
polish git, mini config
This commit is contained in:
parent
0c5b3d23ae
commit
c4ddbfc40c
10 changed files with 102 additions and 104 deletions
8
config/lua/colors.lua
Normal file
8
config/lua/colors.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
require("rose-pine").setup({
|
||||
variant = "moon",
|
||||
disable_background = true,
|
||||
disable_italics = true,
|
||||
disable_float_background = true
|
||||
})
|
||||
|
||||
vim.cmd.colorscheme "rose-pine-main"
|
||||
Loading…
Add table
Add a link
Reference in a new issue