dots-of-war/eggs/nvim/README.md

21 lines
594 B
Markdown
Raw Normal View History

2025-01-06 16:37:50 +01:00
# Nvim
My Neovim configuration using LazyVim as a base for stability.
Try it, however some features might be broken in docker. Mason I am looking at you.
```
docker run -w /root -it --rm alpine:edge sh -uelic '
apk add git neovim ripgrep alpine-sdk --update
git clone https://github.com/druskus20/dots ~/.config/dots
mv ~/.config/dots/nvim-lazyvim/.config/nvim ~/.config/nvim
cd ~/.config/nvim
nvim
'
```
## Tips
`'<space>+C` will print the highlight group under the cursor. For treesitter
highlights `nvim-treesitter/playground` can be used with TSHighlightCapturesUnderCursor