You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
I have been struggling to build my own set of dotfiles for nvim with little success... yours worked as soon as installed the dependencies.
Two questions though:
how do i get rid of this error: [NvimTree] setup.lsp_diagnostics has been removed, see :help nvim-tree.diagnostics
and now that nvim-compe is being replaced with nvim-cmp (same dude I believe) are you going to remake the dotfiles to work with that instead (I can try to do it myself if not)
Many thanks!
The text was updated successfully, but these errors were encountered:
Hey, first of all I greatly appreciate your comment about my configuration, I'm very glad to hear that.
Now, to answer your questions:
The problem you are getting with NvimTree is because those variables were moved to another place, to fix it I leave you this commit where I fixed it and this update note from the developer.
Regarding the migration to nvim-cmp, you caught me by surprise, but I think I will do the migration if needed, now, if you want to do it, go ahead and I will be happy to receive contributions (in case you want to contribute), if not, no problem :D
Last detail with lua, installing the lua server became a bit more complicated (you have to compile it), but I'm working on a way to do all this automatically to see if that way I can help to make it much easier the whole installation, anyway here are the instructions
I have been struggling to build my own set of dotfiles for nvim with little success... yours worked as soon as installed the dependencies.
Two questions though:
how do i get rid of this error:
[NvimTree] setup.lsp_diagnostics has been removed, see :help nvim-tree.diagnostics
and now that nvim-compe is being replaced with nvim-cmp (same dude I believe) are you going to remake the dotfiles to work with that instead (I can try to do it myself if not)
Many thanks!
The text was updated successfully, but these errors were encountered: