Lucas Trevisan

Results 8 comments of Lucas Trevisan

First of all, thank you so much for this plugin. It's the best plugin for file navigation I've ever use (I was using dirvish for years and now your plugin...

> @carlitux I managed to set up linting with eslint, and prettier, with this config: > > ```lua > nvim_lsp.diagnosticls.setup{ > filetypes={'javascript'}, > init_options = { > linters = {...

Gotcha! I'm gonna work on this right now. Thanks for the reply!

I was discussing this on the Matrix yesterday. I will be really happy if this is something the neovim wants to add because I'm already doing something similar for my...

> see #20669 , specifically [#20669 (comment)](https://github.com/neovim/neovim/pull/20669#issuecomment-1279862492) > > > We should instead think about higher-level interfaces and patterns. > > Let's avoid syntactic sugar around the RPC API. We...

Seems like the `termguicolors` is the most important one for me. I've heard from some coworkers about how "vim/neovim is ugly", but it's just because they're not using termguicolors at...

Hey guys, I'm using a "gruvfox" based on gruvbox from some time now. Not sure if we want to have this in the main repository, but I thought it would...

I was needing this right now! Great suggestion