This commit is contained in:
Nikola Savic 2024-09-10 11:30:39 +02:00
parent 587bdfbd44
commit 32e42f43f1
2 changed files with 65 additions and 28 deletions

View file

@ -157,6 +157,9 @@ vim.opt.cursorline = true
-- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10
-- term gui colors for nvim.notify
vim.opt.termguicolors = true
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`