merge: work
This commit is contained in:
commit
2748384965
2 changed files with 2 additions and 1 deletions
|
@ -157,7 +157,7 @@ font:
|
|||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 14.0
|
||||
size: 12.0
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
|
|
@ -48,6 +48,7 @@ vim.o.foldlevel = 99
|
|||
|
||||
vim.o.grepprg = "grep -rn"
|
||||
|
||||
vim.o.scrolloff = 2
|
||||
vim.wo.cc = "80"
|
||||
|
||||
-- keybindings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue