changed colorscheme
This commit is contained in:
parent
8f2b2e9c46
commit
7bd56631c1
1 changed files with 2 additions and 9 deletions
11
init.lua
11
init.lua
|
@ -9,13 +9,6 @@ else
|
|||
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
|
||||
-- ╰──────────────────────────────────────────────────────╯
|
||||
|
||||
vim.cmd.colorscheme("tokyodark")
|
||||
|
||||
vim.opt.formatoptions:append("c") -- Auto-wrap comments
|
||||
vim.opt.formatoptions:append("r") -- Auto-insert comment leader on Enter
|
||||
vim.opt.formatoptions:append("o") -- Auto-insert comment leader with 'o'/'O'
|
||||
vim.opt.formatoptions:append("q") -- Allow formatting of comments with 'gq'
|
||||
vim.opt.formatoptions:remove("t") -- Don't auto-wrap text (only comments)
|
||||
|
||||
vim.opt.textwidth = 80
|
||||
-- vim.cmd.colorscheme("tokyodark")
|
||||
vim.cmd.colorscheme("bamboo")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue