Some updates

This commit is contained in:
Jimmy Bates 2024-07-01 01:39:23 -07:00
parent 866a9f0307
commit 34de2fa369
3 changed files with 2 additions and 3 deletions

View File

@ -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,

View File

@ -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
},
}

View File

@ -214,6 +214,7 @@ return { -- LSP Configuration & Plugins
'djlint',
'typescript-language-server',
'deno',
'stylelint',
})
require('mason-tool-installer').setup { ensure_installed = ensure_installed }