Some updates
This commit is contained in:
parent
866a9f0307
commit
34de2fa369
|
@ -20,7 +20,7 @@ return {
|
||||||
-- languages here or re-enable it for the disabled ones.
|
-- languages here or re-enable it for the disabled ones.
|
||||||
local disable_filetypes = { c = true, cpp = true }
|
local disable_filetypes = { c = true, cpp = true }
|
||||||
return {
|
return {
|
||||||
timeout_ms = 500,
|
timeout_ms = 3000,
|
||||||
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],
|
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|
|
@ -2,7 +2,6 @@ return {
|
||||||
{
|
{
|
||||||
'romgrk/barbar.nvim',
|
'romgrk/barbar.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'lewis6991/gitsigns.nvim', -- OPTIONAL: for git status
|
|
||||||
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
|
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
|
||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
|
@ -23,6 +22,5 @@ return {
|
||||||
-- insert_at_start = true,
|
-- insert_at_start = true,
|
||||||
-- …etc.
|
-- …etc.
|
||||||
},
|
},
|
||||||
version = '^1.0.0', -- optional: only update when a new 1.x version is released
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -214,6 +214,7 @@ return { -- LSP Configuration & Plugins
|
||||||
'djlint',
|
'djlint',
|
||||||
'typescript-language-server',
|
'typescript-language-server',
|
||||||
'deno',
|
'deno',
|
||||||
|
'stylelint',
|
||||||
})
|
})
|
||||||
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue