added more and separated options
This commit is contained in:
parent
d02e16803e
commit
40cd1073e5
2 changed files with 18 additions and 10 deletions
16
lua/Dario48/options.lua
Normal file
16
lua/Dario48/options.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
vim.cmd("nnoremap <Space> <Nop>")
|
||||
|
||||
vim.g.mapleader = ' '
|
||||
|
||||
vim.cmd("set tabstop=4")
|
||||
vim.cmd("set softtabstop=0")
|
||||
vim.cmd("set shiftwidth=0")
|
||||
|
||||
vim.opt.nu = true
|
||||
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
vim.opt.hlsearch = false
|
||||
vim.opt.incsearch = true
|
||||
|
||||
vim.opt.scrolloff = 6
|
Loading…
Add table
Add a link
Reference in a new issue