home/nvf | more tweaking.

This commit is contained in:
Don Harper 2025-08-17 22:11:09 -05:00
parent f4ae7c430c
commit 83bf17ce48

View file

@ -9,6 +9,9 @@
vim.o.tabstop = 2
vim.o.shiftwidth = 2
vim.o.expandtab = true
vim.o.cursorline = true
vim.o.scrolloff = 10
vim.o.sidescrolloff = 8
'';
autocomplete.blink-cmp.enable = true;
binds = {