1
2
 
 

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.

3
4
5
6
submitted 2 months ago* (last edited 2 months ago) by to c/neovim@programming.dev
 
 

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

7
 
 
8
9
10
11
12
13
From lazy.nvim to vim.pack (fredrikaverpil.github.io)
14
15
16
17
Native LSP in Neovim 0.12 (dotfiles.substack.com)
18
What’s New in Neovim 0.12 (dotfiles.substack.com)
19
20
 
 

Anybody know what's going on?

21
22
23
24
25
view more: next ›