Tweak neovim config

- Add noice, navic
- Tweak theme configuration
- Tweak cder configuration
- Update .ignore file
This commit is contained in:
Marko Korhonen 2023-11-17 08:01:52 +02:00
parent ad3d734adc
commit c99903e78e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
15 changed files with 211 additions and 63 deletions

View file

@ -1,7 +1,8 @@
local g = vim.g
local o = vim.o
-- Change scale factor with C= and C-
g.neovide_scale_factor = 1.0
g.neovide_scale_factor = {{@@ scale_factor|default(1.0) @@}}
local change_scale_factor = function(delta)
g.neovide_scale_factor = g.neovide_scale_factor * delta
end
@ -17,3 +18,9 @@ g.neovide_hide_mouse_when_typing = true
-- Enable cursor particles in neovide
g.neovide_cursor_vfx_mode = "railgun"
-- Enable dark/light theme detection
g.neovide_theme = "auto"
-- Set font
--o.guifont = "Hack Nerd Font Mono:h15"