Skip to content

marksGo/vim_conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

bulid vim

maybe you need to build vim manually

git clone https://github.com/vim/vim.git
cd  vim/src
./configure --with-features=huge --enable-multibyte --enable-python3interp=yes --enable--luainterp=yes \
--enable-cscope
make
sudo make install

install node

you can use this url https://nodejs.org/en/download

# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"
# Download and install Node.js:
nvm install 22

#Verify the Node.js version:
node -v # Should print "v22.20.0".

# Verify npm version:
npm -v # Should print "10.9.3".

ctags install

you need this:https://github.com/universal-ctags/ctags

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published