Update to zenwritten

master
Alex Selimov 1 week ago
parent 022a8b9800
commit 41d85c9f70

@ -271,6 +271,7 @@ require("lazy").setup({
repl_open_cmd = "horizontal bot 20 split" repl_open_cmd = "horizontal bot 20 split"
end, end,
}, },
"norcalli/nvim-colorizer.lua",
"ixru/nvim-markdown", "ixru/nvim-markdown",
"KeitaNakamura/tex-conceal.vim", "KeitaNakamura/tex-conceal.vim",
"christoomey/vim-tmux-navigator", "christoomey/vim-tmux-navigator",
@ -774,7 +775,7 @@ require("lazy").setup({
dependencies = "rktjmp/lush.nvim", dependencies = "rktjmp/lush.nvim",
config = function() config = function()
-- Load the colorscheme here -- Load the colorscheme here
vim.cmd.colorscheme("zenbones") vim.cmd.colorscheme("zenwritten")
end, end,
}, },
@ -840,6 +841,8 @@ require("lazy").setup({
}, },
"airblade/vim-gitgutter", "airblade/vim-gitgutter",
}) })
require("colorizer").setup()
--Set rustfmt command --Set rustfmt command
vim.g["rustfmt_command"] = "rustfmt +nightly" vim.g["rustfmt_command"] = "rustfmt +nightly"
--Disable semantic highlights --Disable semantic highlights

Loading…
Cancel
Save