mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
20 lines
594 B
Markdown
20 lines
594 B
Markdown
# 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
|