mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-01-31
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user