v1.3
This commit is contained in:
parent
587bdfbd44
commit
32e42f43f1
2 changed files with 65 additions and 28 deletions
3
init.lua
3
init.lua
|
|
@ -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()`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue