update: reconfigured hyprland nvim and other things
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user