add autopair plugin
This commit is contained in:
parent
db76a57bcd
commit
754ed79bd9
2 changed files with 17 additions and 1 deletions
3
init.lua
3
init.lua
|
|
@ -254,6 +254,9 @@ vim.o.completeopt = 'menuone,noselect'
|
|||
-- NOTE: You should make sure your terminal supports this
|
||||
vim.o.termguicolors = true
|
||||
|
||||
vim.o.tabstop = 2
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.shiftround = true
|
||||
-- [[ Basic Keymaps ]]
|
||||
|
||||
-- Keymaps for better default experience
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue