Treesitter support for asciidoc and welcome screen with alpha

This commit is contained in:
2024-10-02 15:48:02 +02:00
parent 9e86ac8425
commit de68c1e748
2 changed files with 116 additions and 1 deletions

View File

@@ -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