neovim: install kanagawa colorscheme

This commit is contained in:
2023-02-01 22:59:34 +03:00
parent bf55edf5ab
commit 91cb9c8fd7
2 changed files with 2 additions and 1 deletions

View File

@@ -4,5 +4,5 @@ vim.api.nvim_set_hl(0, "SpellBad", {
vim.cmd([[ vim.cmd([[
hi clear SignColumn hi clear SignColumn
colorscheme gruvbox-material colorscheme kanagawa
]]) ]])

View File

@@ -21,6 +21,7 @@ require("packer").startup(function(use)
-- Colorschemes go here -- Colorschemes go here
use({ "sainnhe/gruvbox-material" }) use({ "sainnhe/gruvbox-material" })
use({ "rebelot/kanagawa.nvim" })
-- Make commenting code great -- Make commenting code great
use({ use({