aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorphajw <dscr@duck.com>2023-12-28 17:06:04 +0100
committerphajw <dscr@duck.com>2023-12-28 17:06:04 +0100
commit98e5d198c3f19d19cba48fd0168c0d3dbf1d965a (patch)
treeb85a5abf7095946f2f3784d757e1e96e5002a4b6 /lua
parent4c7b54e6b2ab159b68494317e0ce02f073801d65 (diff)
downloadneovim-98e5d198c3f19d19cba48fd0168c0d3dbf1d965a.tar.gz
neovim-98e5d198c3f19d19cba48fd0168c0d3dbf1d965a.zip
Update config
Diffstat (limited to 'lua')
-rw-r--r--lua/config/editor.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/editor.lua b/lua/config/editor.lua
index 9d20ecd..9594778 100644
--- a/lua/config/editor.lua
+++ b/lua/config/editor.lua
@@ -29,7 +29,7 @@ option.clipboard = "unnamedplus";
29option.termguicolors = true; 29option.termguicolors = true;
30 30
31-- Setup Editor Theme 31-- Setup Editor Theme
32vim.cmd.colorscheme("zephyr") 32vim.cmd.colorscheme("darkblue")
33vim.cmd([[ 33vim.cmd([[
34highlight GitGutterAdd ctermbg=none 34highlight GitGutterAdd ctermbg=none
35highlight GitGutterAdd guibg=none 35highlight GitGutterAdd guibg=none