Add autocommand to run just on :make when justfile is present and add ccls
This commit is contained in:
@@ -50,6 +50,10 @@ return {
|
||||
{
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
config = true
|
||||
--config = function()
|
||||
-- ensure_installed = { "lua_ls", "ts_ls", "gopls", "rust_analyzer", "bashls", "sqlls", "html", "cssls",
|
||||
-- "tailwindcss", "phpactor", "julials", "glsl_analyzer", "wgsl_analyzer", "emmet_language_server", "zls" }
|
||||
--end
|
||||
},
|
||||
{
|
||||
'neovim/nvim-lspconfig',
|
||||
@@ -152,6 +156,10 @@ return {
|
||||
variables = {},
|
||||
},
|
||||
})
|
||||
lspconfig.ccls.setup {
|
||||
capabilities = capabilities,
|
||||
on_attach = lsp_attach,
|
||||
}
|
||||
end
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user