My personal NeoVim configuration. Only things I really need.
-
Must install ripgrep for
telescope's live-grep:sudo apt install ripgrep
-
telescopewill crash because of fzf-native isn't built. I have no idea right now how to make Lazy build it automatically, so here's a temporary fix: (GitHub Issue comment)[LazyVim/LazyVim#2464 (comment)]Run :lazy. Select "telescope-fzf-native.nvim" and press Enter Hit the Keys g and b
-
Make sure you have clipboard like
xclip/xsel/wl-clipboardto use clipboard by default instead of buffers:sudo apt install xclip