Meow Honk

Results 74 comments of Meow Honk

I use navic as well so this would be great.

For me lazyloading with after or keys doesn't work since you have to load the extension in telescope config: require'telescope'.load_extension('project') If only I could open projects using something like :Telescope...

For packer I have to use: ``` { "rrethy/vim-hexokinase", run = "make", } ``` run = "make hexokinase" does not work for me.

I get around this issue using an autocmd: ``` local update_remote_plugins = augroup("WilderUpdateRemotePlugins") autocmd({ "CmdLineEnter" }, { group = update_remote_plugins, callback = function() local update = function() cmd([[silent! UpdateRemotePlugins]]) end...

DynamicDialog needs to be added as well

> I've created a [small plugin](https://github.com/pockata/harpoon-highlight-current-file) that adds this functionality. The actual code is so small that you can copy it to your config and save yourself a dependency. Thanks,...

> ```lua > local capabilities = vim.tbl_deep_extend("force", > vim.lsp.protocol.make_client_capabilities(), > require('cmp_nvim_lsp').default_capabilities() > ) > ``` When I do this the lua lsp complains about setting `capabilities.offsetEncoding`: ``` Lua Diagnostics.: Fields...

I removed volar from auto install and edited package version in `~/.local/share/nvim/mason/packages/vue-language-server` to old volar version.

> What. But this is breaking changes again, so all of this was pointless? Yeah I don't even know how I'm supposed to configure lspconfig now.