mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-14 15:08:47 +02:00
Update
This commit is contained in:
parent
3547630f23
commit
ec9cb66592
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -75,6 +75,7 @@ vim.opt.number = true
|
|||
vim.opt.relativenumber = true
|
||||
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.wrap = false
|
||||
|
||||
-- Enable mouse mode, can be useful for resizing splits for example!
|
||||
vim.opt.mouse = 'a'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue