You've already forked dotfiles
fix: Moving Ui2 to its own config file, adding settings to the
yaml-companion to give more accurate matching of files, disabling twilight plugin (not really used but may be tested again during pair programming in the future), removing scrolloff
This commit is contained in:
@@ -21,7 +21,6 @@ vim.opt.listchars = 'tab:|·,trail:¬,extends:>,precedes:<,nbsp:+' -- Charact
|
||||
vim.opt.mouse = 'a' -- Enable mouse mode
|
||||
vim.opt.number = true -- Show the line number in the gutter.
|
||||
vim.opt.relativenumber = true -- Relative line number
|
||||
vim.opt.scrolloff = 8
|
||||
vim.opt.sidescrolloff = 8
|
||||
vim.opt.shiftround = true -- Round indentation to shiftwidth
|
||||
vim.opt.shiftwidth = 4 -- Number of spaces a tab counts for when converting tabs to spaces
|
||||
|
||||
Reference in New Issue
Block a user