laptop
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
vim.o.number = true -- Show line numbers
|
||||
vim.o.wrap = true -- Soft-wrap lines
|
||||
vim.o.tabstop = 2 -- 2 space tab width
|
||||
vim.o.tabstop = 2 -- Same as above
|
||||
vim.o.shiftwidth = 2 -- 2 space tab width
|
||||
vim.o.expandtab = true -- 2 space tab width
|
||||
vim.o.swapfile = false -- Disable swap files (annoying)
|
||||
vim.o.undofile = true -- Enable undo between sessions
|
||||
vim.o.mouse = 'a' -- Enable mouse support
|
||||
|
||||
Reference in New Issue
Block a user