add some basic plugins and keymap
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
return {
|
||||
"rebelot/kanagawa.nvim", opt = {},
|
||||
config = function()
|
||||
require("kanagawa").setup({
|
||||
compile = true,
|
||||
|
||||
transparent = true
|
||||
});
|
||||
vim.cmd("colorscheme kanagawa");
|
||||
end,
|
||||
build = function()
|
||||
vim.cmd("KanagawaCompile"); -- this line fail at first install
|
||||
end,
|
||||
require("kanagawa").setup({
|
||||
compile = true,
|
||||
transparent = true
|
||||
});
|
||||
vim.cmd("colorscheme kanagawa");
|
||||
end,
|
||||
build = function()
|
||||
vim.cmd("KanagawaCompile"); -- this line fail at first install
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user