🐛 fix(nvim): misc changes

This commit is contained in:
Sergio Laín 2023-10-17 12:08:34 +02:00
parent 3d419f9626
commit 6d31fa8699
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 3 additions and 2 deletions

View file

@ -45,7 +45,7 @@ return {
offsets = {
{
filetype = "neo-tree",
text = "",
text = "Neo-tree",
highlight = "Directory",
text_align = "left",
},

View file

@ -6,7 +6,7 @@ return {
end,
cmd = { "LiveServer", "LiveServerStart", "LiveServerStop" },
keys = {
{ "<leader>cL", "<cmd>LiveServer<CR>", desc = "Toggle LiveServer" },
{ "<leader>cL", "<cmd>LiveServer<CR>", desc = "LiveServer" },
},
},
}

View file

@ -3,6 +3,7 @@ return {
"hinell/lsp-timeout.nvim",
event = "BufRead",
dependencies = { "neovim/nvim-lspconfig" },
enable = false,
init = function()
vim.g["lsp-timeout-config"] = {
startTimeout = 1000 * 1, -- ms before restart