kylo252

Results 212 comments of kylo252

> I've changed the `/.local/share/lunarvim/lvim/lua/lvim/core/telescope.lua` file, adding this (`preview.treesitter = false`) on `lvim.builtin.telescope.defaults` section (line 16): This is more of a hammer fix that isn't really needed > specially in...

we could use something like `lvim.builtin.telescope.style`, similar to how lualine is configured

> Anyone working on this? If not I can get on this. feel free to start working on it, although, I think it would have to live under a separate...

you can see that LspInfo is not showing the filetype from: https://github.com/neovim/nvim-lspconfig#debugging > Missing filetype plugins. Certain languages are not detecting by vim/neovim because they have not yet been added...

I think you mean that the table passed in the config isn't used? if that's the case, then take a look at https://github.com/LunarVim/LunarVim/pull/1406

> Do you mind explaining what should be used instead when this gets deprecated? There's a native API for this as mentioned in the description, see `:h vim.diagnostic.config()`

> LUNARVIM_INSTALL_DIR -> LUNARVIM_ROOT_DIR or LUNARVIM_BASE_DIR Let's see if what I added in https://github.com/LunarVim/LunarVim/pull/1777/files/5c3ef594c65ce2396c2f114390c3061295fccfdf fixes the issue, then we won't have to introduce a new variable. > LUNARVIM_RUNTIME_DIR -> LUNARVIM_DATA_DIR...

@meijieru, @jameswalmsley Please take a look at https://github.com/LunarVim/LunarVim/commit/8ccca6780bf290c292093cafd9a0ed4ec9e0f479 and let me know what you think

I haven't really seen this before, feel free to re-open this issue if the problem persists.

Please share the output of these commands - `:checkhealth nvim-treesitter` - `:TSInstallInfo` - `:LuaCacheProfile`