dots-of-war/eggs/nvim
2025-02-17 18:57:27 +01:00
..
lua work laptop stuff 2025-02-04 10:25:37 +01:00
syntax Migrate nvim to drusks nvim 2025-01-06 16:37:50 +01:00
.gitignore Migrate nvim to drusks nvim 2025-01-06 16:37:50 +01:00
.neoconf.json Migrate nvim to drusks nvim 2025-01-06 16:37:50 +01:00
init.lua Migrate nvim to drusks nvim 2025-01-06 16:37:50 +01:00
lazy-lock.json update nvim 2025-02-13 17:33:22 +01:00
lazyvim.json äf 2025-02-17 18:57:27 +01:00
LICENSE Migrate nvim to drusks nvim 2025-01-06 16:37:50 +01:00
README.md Migrate nvim to drusks nvim 2025-01-06 16:37:50 +01:00
stylua.toml Migrate nvim to drusks nvim 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