You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
390 B
16 lines
390 B
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")
|
|
|