🐛 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 = { offsets = {
{ {
filetype = "neo-tree", filetype = "neo-tree",
text = "", text = "Neo-tree",
highlight = "Directory", highlight = "Directory",
text_align = "left", text_align = "left",
}, },

View file

@ -6,7 +6,7 @@ return {
end, end,
cmd = { "LiveServer", "LiveServerStart", "LiveServerStop" }, cmd = { "LiveServer", "LiveServerStart", "LiveServerStop" },
keys = { 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", "hinell/lsp-timeout.nvim",
event = "BufRead", event = "BufRead",
dependencies = { "neovim/nvim-lspconfig" }, dependencies = { "neovim/nvim-lspconfig" },
enable = false,
init = function() init = function()
vim.g["lsp-timeout-config"] = { vim.g["lsp-timeout-config"] = {
startTimeout = 1000 * 1, -- ms before restart startTimeout = 1000 * 1, -- ms before restart