Improved latex experience
This commit is contained in:
parent
f59c523e6f
commit
0af88f4f2f
2 changed files with 7 additions and 0 deletions
dotfiles/neovim/lua/my
|
@ -19,6 +19,7 @@ function M.setup()
|
|||
|
||||
vim.opt.expandtab = true -- Use spaces for the tab char
|
||||
vim.opt.shiftwidth = 2 -- Size of an indent
|
||||
vim.opt.tabstop = 2 -- Size of tab character
|
||||
vim.opt.shiftround = true -- When using < or >, rounds to closest multiple of shiftwidth
|
||||
vim.opt.smartindent = true -- Insert indents automatically
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue