Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.37 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.37 KB

Lazyvim useful info

Installations

neovim from source

Go to neovim release and follow instructions

Install Lazygit

LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
tar xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin

Mason

  • ansible-lint
  • eslint-lsp
  • prettierd
  • gopls
  • markdownlint
  • rust-analyzer
  • lua-language-server
  • goimports
  • json-lsp jsonls
  • ansible-language-server
  • js-debug-adapter
  • codelldb
  • gofumpt
  • marksman
  • shfmt
  • stylua
  • taplo
  • typescript-language-server

Links

Old config