# nvim **Repository Path**: david606/nvim ## Basic Information - **Project Name**: nvim - **Description**: neovim settings - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-18 - **Last Updated**: 2021-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nvim #### 介绍 neovim settings #### Install NERD FONTS ``` git clone https://github.com/ryanoasis/nerd-fonts.git --depth 1 cd nerd-fonts ./install.sh cd .. rm -rf nerd-fonts ``` #### Setting terminal fonts 设置终端字体为上面安装的 NERD FONT 字体,如 BlexMono Nerd Font Bold Italic 12 #### Install and setting neovim [references Chris@Machine article](https://www.chrisatmachine.com/neovim) #### 配置路径 `$HOME/.config/nvim/` ``` sudo pacman -S python3 xsel python-pip npm pip install pynvim sudo npm i -g neovim ``` #### 目录说明 `autoload`: 插件安装目录,所有插件实际文件安装在这 `general`: 基本配置目录 `keys`: 快捷键映射目录 `plug-config`: 插件基本配置目录 `session`: start tty 的 session 目录 `themes`: 主题目录 `vim-plug`: 插件安装命令 参考 https://www.chrisatmachine.com/Neovim/02-vim-general-settings/