qol
This commit is contained in:
parent
8931468772
commit
d02e16803e
2 changed files with 91 additions and 78 deletions
9
init.lua
9
init.lua
|
@ -1,5 +1,10 @@
|
|||
vim.cmd("nnoremap <Space> <Nop>")
|
||||
|
||||
vim.g.mapleader = ' '
|
||||
vim.cmd("set shiftwidth=4")
|
||||
vim.cmd("set nu")
|
||||
|
||||
vim.cmd("set tabstop=4")
|
||||
vim.cmd("set softtabstop=0")
|
||||
vim.cmd("set shiftwidth=0")
|
||||
|
||||
vim.opt.nu = true
|
||||
require("Dario48/lazy")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue