chore: update blink

This commit is contained in:
2025-01-09 22:38:25 +02:00
parent 1c5aee84a0
commit e75b06b971
5 changed files with 62 additions and 34 deletions

View File

@@ -51,7 +51,7 @@ vim.api.nvim_create_autocmd({ "InsertEnter" }, {
vim.api.nvim_create_autocmd({ "BufWinEnter" }, {
pattern = "**/Codnity/**",
callback = function()
vim.opt.colorcolumn = "92"
vim.opt.colorcolumn = "79"
end,
})

View File

@@ -116,24 +116,22 @@ return {
filetypes = { "html", "htmldjango", "templ" },
},
--[[ pylyzer = {
settings = {
python = {
diagnostics = true,
inlayHints = true,
smartCompletion = true,
checkOnType = true,
settings = {
python = {
diagnostics = true,
inlayHints = true,
smartCompletion = true,
checkOnType = true,
},
},
},
}, ]]
}, ]]
--[[ basedpyright = {
basedpyright = {
analysis = {
autoSearchPaths = true,
diagnosticMode = "openFilesOnly",
useLibraryCodeForTypes = true,
},
},
}, ]]
}, ]]
--[[ pylsp = {
settings = {
pylsp = {