feat: python fixes

This commit is contained in:
2026-08-27 22:05:08 +02:00
parent f957a60c58
commit 4d38ef5b31
5 changed files with 34 additions and 18 deletions

View File

@@ -14,12 +14,12 @@ 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
vim.cmd("set wrap")
vim.cmd("set cmdheight=0") -- HACK: hide command line while is not being used, no idea why this works without logic
-- vim.cmd("set cmdheight=0") -- HACK: hide command line while is not being used, no idea why this works without logic
vim.lsp.inlay_hint.enable(false)
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"