From 41d85c9f70a99de40dd15915fad6506a9b4ed34d Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 11 Nov 2024 19:27:19 -0500 Subject: [PATCH] Update to zenwritten --- init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b4572d2..889affa 100644 --- a/init.lua +++ b/init.lua @@ -271,6 +271,7 @@ require("lazy").setup({ repl_open_cmd = "horizontal bot 20 split" end, }, + "norcalli/nvim-colorizer.lua", "ixru/nvim-markdown", "KeitaNakamura/tex-conceal.vim", "christoomey/vim-tmux-navigator", @@ -774,7 +775,7 @@ require("lazy").setup({ dependencies = "rktjmp/lush.nvim", config = function() -- Load the colorscheme here - vim.cmd.colorscheme("zenbones") + vim.cmd.colorscheme("zenwritten") end, }, @@ -840,6 +841,8 @@ require("lazy").setup({ }, "airblade/vim-gitgutter", }) + +require("colorizer").setup() --Set rustfmt command vim.g["rustfmt_command"] = "rustfmt +nightly" --Disable semantic highlights