No autoformat json and set/remaps a la Primeagen
This commit is contained in:
parent
7ef5a8e2d2
commit
bab4e04c11
5 changed files with 49 additions and 1 deletions
|
|
@ -7,3 +7,11 @@ vim.opt.shiftwidth = 4
|
|||
vim.opt.expandtab = true
|
||||
|
||||
vim.opt.smartindent = true
|
||||
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
vim.opt.scrolloff = 8
|
||||
vim.opt.signcolumn = "yes"
|
||||
vim.opt.isfname:append("@-@")
|
||||
|
||||
vim.opt.updatetime = 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue