update colorscheme & init README

This commit is contained in:
miam1gh0st 2024-11-16 17:46:07 +08:00
parent 6d8dc3f72d
commit f41cf69a1a
3 changed files with 10 additions and 4 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
m1ngsama's neovim config

View file

@ -48,7 +48,10 @@ if not vim.loop.fs_stat(lazypath) then
end end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
require("lazy").setup({ require("lazy").setup({
-- "folke/which-key.nvim", {
-- { "folke/neoconf.nvim", cmd = "Neoconf" }, "RRethy/nvim-base16",
-- "folke/neodev.nvim", lazy = true,
},
}) })
vim.cmd.colorscheme("base16-tender")

View file

@ -1,3 +1,4 @@
{ {
"lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" } "lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" },
"nvim-base16": { "branch": "master", "commit": "6ac181b5733518040a33017dde654059cd771b7c" }
} }