update: reconfigured hyprland nvim and other things

This commit is contained in:
2025-11-27 20:24:18 +03:00
parent a2f5381eba
commit 4e98365dab
432 changed files with 48232 additions and 154 deletions

View File

@ -34,17 +34,16 @@ return {
typeCheckingMode = "standard",
diagnosticSeverityOverrides = {
reportUnusedImport = "none",
reportMissingImports = "none",
},
},
},
},
})
vim.lsp.enable("basedpyright")
-- vim.lsp.config("bashls", {
-- cmd = { "bash-language-server", "start" },
-- filetypes = { "bash", "sh" },
-- })
-- vim.lsp.enable("bashls")
vim.lsp.config("bashls", {
cmd = { "bash-language-server", "start" },
filetypes = { "bash", "sh" },
})
vim.lsp.enable("bashls")
end,
}