# nvim **Repository Path**: feedoom/nvim ## Basic Information - **Project Name**: nvim - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2025-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nvim my nvim config ## 安装依赖软件 ### pip pynvim `pip3 install pynvim` ### yarn neovim `yarn global add neovim` ### ctags for tagbar `sudo apt-get install ctags` ### ag for ag.vim `apt-get install the_silver_searcher` ### xsel for clipborad `apt-get install xsel xclip` ### lsp client `npm install -g typescript typescript-language-server vls vscode-langservers-extracted pyright` `pip install -U jedi-language-server` ### vCoolor `sudo apt install (Zenity or Yad)` ### telescope `sudo apt install ripgrep fd` ### searchReplace `sudo apt install sed` ### END 安装完后应运行`:checkhealth`