Skip to content

Instantly share code, notes, and snippets.

@bossjones
Created April 1, 2025 15:06
Show Gist options
  • Save bossjones/a024e802597ddef2b4d1d65383246cf2 to your computer and use it in GitHub Desktop.
Save bossjones/a024e802597ddef2b4d1d65383246cf2 to your computer and use it in GitHub Desktop.
lunar_vim_needs.md for zsh-dotfiles
  151  brew install go-task
  152  lvim Taskfile.yml
  153  task -g --list
  154  nvim --version
  155  asdf current
  157  cat ~/.config/lvim/config.lua | pbcopy
  158  cat ~/.config/lvim/config.lua
  160  ls ~/.local/share/nvim/site/pack/lazy/opt/nvim-treesitter
  161  ls ~/.local/share/lunarvim/site/pack/lazy/opt/
  162  fnm
  163  fnm ls
  164  python --version
  165  pip3 install pynvim\n pip3 install jedi\n pip3 install vim-vint
  166  brew install ctags
  167  lvim --headless +'lua require("lvim.utils").generate_settings()' +qa && sort -o lv-settings.lua{,}
  169  LV_BRANCH='release-1.4/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.4/neovim-0.9/utils/installer/install.sh)
  170  lvim ~/.config/lvim/config.lua
  171  ls ~/.local/share/lunarvim/site/pack/lazy/opt/bufferline.nvim
  172  rm -rf ~/.local/share/lunarvim/site/pack/lazy/opt/bufferline.nvim
  173  rm -rf ~/.cache/nvim
  174  chmod -R 755 ~/.asdf/installs/neovim/0.11.0/share/nvim/runtime
  175  asdf reshim neovim
  176  lvim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment