Update 2025-01-31

This commit is contained in:
2025-01-31 19:59:43 +02:00
parent 0bf280b18b
commit bad321c624
4 changed files with 25 additions and 23 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 = "79"
vim.opt.colorcolumn = "92"
end,
})

View File

@@ -21,12 +21,9 @@ return {
ft = { "sql", "mysql", "plsql" },
opts = {},
},
{
"petertriho/cmp-git",
ft = { "gitcommit", "octo", "NeogitCommitMessage" },
},
},
version = "*",
build = "cargo build --release",
opts = {
-- "default" for mappings similar to built-in completion
-- "super-tab" for mappings similar to vscode (tab to accept, arrow keys to navigate)
@@ -71,7 +68,6 @@ return {
"lsp",
"path",
"buffer",
"git",
"dbee",
"snippets",
"ripgrep",

View File

@@ -131,14 +131,14 @@ return {
automatic_installation = true,
automatic_setup = true,
ensure_installed = {
-- "basedpyright",
"basedpyright",
"bashls",
"clangd",
"cmake",
"cssls",
"emmet_ls",
"html",
"jedi_language_server",
-- "jedi_language_server",
"lua_ls",
"tailwindcss",
"texlab",
@@ -279,13 +279,19 @@ return {
},
},
}, ]]
--[[ basedpyright = {
basedpyright = {
typeCheckingMode = "off",
analysis = {
autoSearchPaths = true,
diagnosticMode = "openFilesOnly",
useLibraryCodeForTypes = true,
disableOrganizeImports = true,
diagnosticSeverityOverrides = {
reportUnusedVariable = "none",
reportUndefinedVariable = "warning",
},
},
}, ]]
},
--[[ pylsp = {
settings = {
pylsp = {