Treesitter support for asciidoc and welcome screen with alpha
This commit is contained in:
@@ -14,7 +14,7 @@ vim.opt.mouse = 'a' -- allow the mouse to be used in Nvim
|
||||
vim.opt.tabstop = 2 -- number of visual spaces per TAB
|
||||
vim.opt.softtabstop = 2 -- number of spaces in tab when editing
|
||||
vim.opt.shiftwidth = 2 -- insert 4 spaces on a tab
|
||||
vim.opt.expandtab = true -- tabs are spaces, mainly because of python
|
||||
vim.opt.expandtab = true -- tabs are spaces, mainly because of python and because it is consistent
|
||||
|
||||
-- UI config
|
||||
vim.opt.number = true -- show absolute number
|
||||
|
||||
Reference in New Issue
Block a user