feat: noice and lua line config + multigrep search + markdown fix on treesitter

This commit is contained in:
2026-08-29 12:23:47 +02:00
parent 393bd9598b
commit 4e26404bd0
7 changed files with 142 additions and 81 deletions

View File

@@ -14,7 +14,7 @@ vim.cmd("set textwidth=0")
vim.cmd("set wrapmargin=0")
vim.cmd("set linebreak")
-- vim.cmd("set colorcolumn=85")
-- vim.cmd("set conceallevel=0") -- DONT hide characters in MD
vim.cmd("set conceallevel=0") -- DONT hide characters in MD
vim.cmd("set tabstop=4")
vim.cmd("set shiftwidth=4")
vim.cmd("set noexpandtab") -- expandtab to use spaces instead of tabs