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.
|
||||
local disable_filetypes = { c = true, cpp = true }
|
||||
return {
|
||||
timeout_ms = 500,
|
||||
timeout_ms = 3000,
|
||||
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],
|
||||
}
|
||||
end,
|
||||
|
|
|
@ -2,7 +2,6 @@ return {
|
|||
{
|
||||
'romgrk/barbar.nvim',
|
||||
dependencies = {
|
||||
'lewis6991/gitsigns.nvim', -- OPTIONAL: for git status
|
||||
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
|
||||
},
|
||||
init = function()
|
||||
|
@ -23,6 +22,5 @@ return {
|
|||
-- insert_at_start = true,
|
||||
-- …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',
|
||||
'typescript-language-server',
|
||||
'deno',
|
||||
'stylelint',
|
||||
})
|
||||
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
||||
|
||||
|
|
Loading…
Reference in New Issue