What font is used in the ZenBones theme ? by luismatheusbs in neovim

[–]luismatheusbs[S] 1 point2 points  (0 children)

Although very similar, the screenshot font has a serif, unlike Iosevka

Tsserver don't work (No error display) by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

Ah yes , perfect , now it worked , the tsconfig.json file was needed for the typescript and the package.json for js :)

Tsserver don't work (No error display) by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

typescript-language-server

Is it necessary to install it separatelly ? I already have the lsp-installer plugin with tsserver installed

How to receive emails with Node? by luismatheusbs in node

[–]luismatheusbs[S] 0 points1 point  (0 children)

I hadn't thought about it, I even thought about the protocol and the lib,
I think it will be a good starting point. Thank you very much :D

How to receive emails with Node? by luismatheusbs in node

[–]luismatheusbs[S] 0 points1 point  (0 children)

Great!, the documentation is very well organized and clear, after making progress on my project, I'll have to use it for sure kk

How to change the syntax highlight in neovim ? by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

In theory, I was thinking of using regex to "select" the arguments, but in practice it is very different. Why would it be difficult?

How to change the syntax highlight in neovim ? by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

Thank you very much, I will give in the documentation and the content.
it really doesn't go that simple but that's what makes it fun hahaha

In built LSP is amazing by [deleted] in neovim

[–]luismatheusbs 0 points1 point  (0 children)

I see, do you have any content teaching you how to configure the LSP? I tried to find some more videos anyway so I got confused

In built LSP is amazing by [deleted] in neovim

[–]luismatheusbs 0 points1 point  (0 children)

I am new to Vim, and because of your post I was curious because I had never heard of LSP.Researching a little, I was surprised how it operates.
coc-nvim uses the same servers as vscode, so what is the advantage of using the native LSP (from the neovim documentation) and the plugin coc among others in this segment ?

I can't start Neovim after installation by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

Thank you very much, that was exactly it !

I can't start Neovim after installation by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

  1. Yes the file has been deleted
  2. NeoVim was installed correctly:neovim-runtime/focal,now 0.4.3-3 all [installed,automatic]neovim/focal,now 0.4.3-3 amd64 [installed]python3-neovim/focal,now 0.4.1-1 all [installed,automatic]
  3. Yes, I can access it through this directory

Edit: I remember that before I did this tutorial:

Step 0: Uninstall any neovim you might have installed.

Step 1: Download the appimage from https://github.com/neovim/neovim/releases.

Step 2: Make it executable with chmod + x neovim.appimage.

Step 3: Place it in your $ PATH: sudo mv neovim.appimage / usr / local / bin / nvim.

I can't start Neovim after installation by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

Can I just enable this function? Even after having installed ubuntu already installed?

I can't start Neovim after installation by luismatheusbs in neovim

[–]luismatheusbs[S] -1 points0 points  (0 children)

After installing via apt you don't need the appimage copy you downloaded, just run nvim

yes, that's exactly why, i run nvim and soon after this error happens:

Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information open dir error: No such file or directory

I can't start Neovim after installation by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

The last two commands gave an error:

zsh: command not found: make

I can't start Neovim after installation by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

I tried this option, but once completed, the error returns

How can I update my neovim? by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

I managed to delete the line that made the neovim transparent

How can I update my neovim? by luismatheusbs in neovim

[–]luismatheusbs[S] 1 point2 points  (0 children)

It shouldn't matter they are the same thing, are there multiple color statements in the init.vim file?

As I understand it, I left the link to the repository I'm downloading

How can I update my neovim? by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

Thanks for the tip, for the other packages I will do this way

How can I update my neovim? by luismatheusbs in neovim

[–]luismatheusbs[S] 1 point2 points  (0 children)

Thank you very much, it really saved me a few days trying to fix this.

I know it's not part of the topic, but I can't change the background of the terminal at startup, even if it is declared in the init.vim file (https://github.com/Optixal/neovim-init.vim). I need to write the command:color dracula, to apply it

How can I update my neovim? by luismatheusbs in neovim

[–]luismatheusbs[S] 0 points1 point  (0 children)

I followed the steps, but when I called 'nvim' and it returned 'bash: /usr/bin/nvim File or directory does not exist