Skip to content

SivanLaai/nvimrc-bak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim/Neovim-Tmux 一键安装轻量级工作站

添加功能:

1.文件管理:插件NerdTree

  • 打开文件管理:Crtl + N
  • 退出文件管理:Crtl + C

2.跳转功能:Ctags\pygments\gtags

  • 跳转到定义:Crtl + ]
  • 后退:Crtl + T
  • Ctrl+\ c Find functions calling this function
  • Ctrl+\ d Find functions called by this function
  • Ctrl+\ e Find this egrep pattern
  • Ctrl+\ f Find this file
  • Ctrl+\ g Find this definition
  • Ctrl+\ i Find files #including this file
  • Ctrl+\ s Find this C symbol
  • Ctrl+\ t Find this text string

3.更加强大的终端zsh和on-my-zsh管理,支持主题和插件

Ubuntu安装方式

# 可在内部选择对应的版本
git clone https://github.com/SivanLaai/nvim.git
./install.sh
#TODO: 安装完成记得进入vim更新插件

windows

1.下载安装vim-gui

配置路径D:\Program Files\Neovim\bin为系统环境变量

2.安装对应版本的Python

3.安装字体

4.安装ripgrep

  • 下载ripgrep
  • 将ripgrep程序拷贝到安装路径,如D:\Program Files\ripgrep
  • 配置路径D:\Program Files\ripgrep为系统环境变量

5.安装Latex

6.安装MSYS2

  • 下载MSYS2
  • 将MSYS2程序安装到路径,如D:\Program Files\MSYS2
  • 配置路径D:\Program Files\MSYS2\usr\bin为系统环境变量
  • 配置路径D:\Program Files\MSYS2\clang4\bin为系统环境变量
  • 安装clang64
# 更新软件库
pacman -Syu
# 更新核心软件
pacman -Su
# 安装Clang64编译环境
pacman -S --needed base-devel mingw-w64-clang-x86_64-toolchain
  • 下载git
  • 将git程序安装到路径,如D:\Program Files\git
  • 配置路径D:\Program Files\git\bin为系统环境变量
  • git中文显示错误修正
git config --global core.quotepath false
  • 想卸载某个包的话
pacman -Rs mingw-w64-clang-x86_64-toolchain

9.复制配置文件

  • NeoVim-qt
cp -rf nvim/* ~/AppData/Local/nvim

10.配置vim

:PackerSync #待安装完成

Reference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published