fan-ziqi / lazyvim_starter

Repository from Github https://github.comfan-ziqi/lazyvim_starterRepository from Github https://github.comfan-ziqi/lazyvim_starter

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

if clipboard bug

sudo apt install xclip -y

if need tree-sitter-cli

cargo install tree-sitter-cli

if lsp can't work, update node

sudo apt install npm
sudo npm install n -g
sudo n stable
hash -r

tagbar needs to install ctags

sudo apt install universal-ctags

About

License:Apache License 2.0


Languages

Language:Lua 100.0%