parent
9013b262b7
commit
9c71df998f
@ -0,0 +1,16 @@ |
||||
vim.opt.number=true |
||||
vim.opt.relativenumber=true |
||||
vim.opt.showmatch=true |
||||
vim.opt.hlsearch=true |
||||
vim.opt.tabstop=4 |
||||
vim.opt.softtabstop=4 |
||||
vim.opt.expandtab=true |
||||
vim.opt.shiftwidth=4 |
||||
vim.opt.syntax="on" |
||||
vim.opt.relativenumber=true |
||||
vim.opt.relativenumber=true |
||||
vim.opt.relativenumber=true |
||||
vim.opt.relativenumber=true |
||||
vim.opt.clipboard=unnamedplus |
||||
vim.opt.ttyfast=true |
||||
vim.cmd("filetype plugin on") |
Loading…
Reference in new issue