removing init.vim, replaced with init.lua

master
Rosario Polito 2 weeks ago
parent 9013b262b7
commit 9c71df998f
  1. 16
      init.lua

@ -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…
Cancel
Save