mirror of
https://github.com/m1ngsama/chopsticks.git
synced 2025-12-24 10:51:22 +00:00
update colorscheme & init README
This commit is contained in:
parent
6d8dc3f72d
commit
f41cf69a1a
3 changed files with 10 additions and 4 deletions
2
README.md
Normal file
2
README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
m1ngsama's neovim config
|
||||
|
||||
9
init.lua
9
init.lua
|
|
@ -48,7 +48,10 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
require("lazy").setup({
|
||||
-- "folke/which-key.nvim",
|
||||
-- { "folke/neoconf.nvim", cmd = "Neoconf" },
|
||||
-- "folke/neodev.nvim",
|
||||
{
|
||||
"RRethy/nvim-base16",
|
||||
lazy = true,
|
||||
},
|
||||
})
|
||||
|
||||
vim.cmd.colorscheme("base16-tender")
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" }
|
||||
"lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" },
|
||||
"nvim-base16": { "branch": "master", "commit": "6ac181b5733518040a33017dde654059cd771b7c" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue