add tab indents to size 2 for go, and add auto pair
This commit is contained in:
parent
5baf8c23ca
commit
7f84d85328
2 changed files with 13 additions and 2 deletions
5
init.lua
5
init.lua
|
|
@ -83,7 +83,10 @@ I hope you enjoy your Neovim journey,
|
|||
|
||||
P.S. You can delete this when you're done too. It's your config now! :)
|
||||
--]]
|
||||
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
vim.bo.softtabstop = 2
|
||||
-- NOTE Adding a
|
||||
|
||||
vim.wo.relativenumber = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue