Neovim

2893 readers
3 users here now

founded 3 years ago
MODERATORS
1
2
 
 

It has been a few days, but I just want to spread the good news that Nvim treesitter is back.

Someone already created a post in the Github discussions. Maybe you guys can show some love there as well.

https://github.com/nvim-treesitter/nvim-treesitter/discussions/8643

3
4
 
 

Doing something like 5G, the location before jumping to the 5th line gets added to the jumplist. However, if you do 5j or 5k - they do not. You need to manually do m+backtick and then do 5j.

I'm interested is there any reasoning for this? Seems such a weird default behavior.

5
6
7
8
 
 

I am very new to nvim in general, and lately I have been trying to see if I can get configured to work better for rust programming (simple stuff, like proper language highlights, automatic formatting, if not too much work have rust-analyzer to sometimes check what is being done once in a while). I tried to check online what people post about this subject, and more often than not I am lead to guides and explanations that clearly do not work with the more recent versions of nvim. And in some cases, they shove so many plugins that I lose count (and many times tried to change stuff like init.lua just to end up with a broken install).

So my questions are:

  • What options can be used by nvim itself that makes it more suitable for rust development (excluding plugins)?
  • If plugins must be used to have more advanced features, what are they and what are the best practices to add them to nvim?

EDIT: typos

9
 
 
10
11
12
13
14
15
16
17
18
19
20
21
22
 
 

Anybody know what's going on?

23
24
25
view more: next ›