home/nvf | more tweaking.
This commit is contained in:
parent
f4ae7c430c
commit
83bf17ce48
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
||||||
vim.o.tabstop = 2
|
vim.o.tabstop = 2
|
||||||
vim.o.shiftwidth = 2
|
vim.o.shiftwidth = 2
|
||||||
vim.o.expandtab = true
|
vim.o.expandtab = true
|
||||||
|
vim.o.cursorline = true
|
||||||
|
vim.o.scrolloff = 10
|
||||||
|
vim.o.sidescrolloff = 8
|
||||||
'';
|
'';
|
||||||
autocomplete.blink-cmp.enable = true;
|
autocomplete.blink-cmp.enable = true;
|
||||||
binds = {
|
binds = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue