Michael Chris Lopez

Results 43 comments of Michael Chris Lopez

Thanks @stefanvanburen. You are welcome to work on it and create a PR. It wouldn't be tricky and you can follow how other terminal themes are generated.

Hello. Terminal themes are autogenerated. So effectively if we want an alacritty theme for tokyobones, we just need to remove it from exclude: https://github.com/mcchrish/zenbones.nvim/blob/9d865e070ada2b81a92ba8b3bf564b3fc71efc53/zenbones.json#L55-L67 It's currently excluded since I figure...

v4.2.0 I remove all the excludes and now all the extras are generated for all variants.

I think this is an issue with zen mode https://github.com/folke/zen-mode.nvim/issues/115. You can set you backdrop to 1 to be the same as `Normal` if the bug is resolved.

I've achieve the keymap trigger behavior by interacting directly with the LS. No need for cmp at all. Turns out neovim's LSP API is great and give everything we need...

I've switch to the other language server but the setup is basically the same. https://github.com/mcchrish/dotfiles/blob/cac234c3c87c97627cce0c0b9bc6720209791504/vim/Library/Preferences/nvim/lua/mcchrish/plugins/lsp.lua#L142-L165

It's working! Amazing, thanks for the quick response!

Code action doesn't seem to work: ``` [Fzf-lua] "codeAction/resolve" failed with error -32603: Request codeAction/resolve failed with message: TypeScript Server Error (5.4.3) Debug Failure. File /Users/mcchris/vimming/my-vue-app/src/App.vue has unknown extension. Error:...

> Did you see the Move to file action in the fzf-lua popup? Yes, it's the only item I can see. It's definitely very broken at the moment and went...

Some already made it work with[ project local settings](https://github.com/neovim/nvim-lspconfig/wiki/Project-local-settings#configure-in-your-personal-settings-initlua)? I get the error `vtsls: -32603: Cannot find provider for the feature`. My config: ```lua lspconfig.vtsls.setup { filetypes = { "typescript",...