Coder Social home page Coder Social logo

lua-nvim-config's Introduction

Insall neovim:

ubuntu系统:
apt 安装 Neovim,具体方法如下:

sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim
如果报错找不到 add-apt-repository 命令,需要先安装下边的包

sudo apt-get install software-properties-common
安装成功后,运行 nvim 即可打开,注意确认 nvim 版本必须为 0.5 以上,如果版本过低,说明没有成功添加 ppa:neovim-ppa/stable

需要重新安装,当然你也可以选择安装 unstable 版本

sudo add-apt-repository ppa:neovim-ppa/unstable

安装后可选步骤,替换默认的vim nvim ~/.bashrc

alias vim='nvim'
alias vi='nvim'
alias v='nvim'

Install

mv ~/.config/nvim{,.jinzaizhichi-bak} || true

git clone https://github.com/jinzaizhichi/jinzaizhichi-nvim-config.git ~/.config/nvim

nvim +PackerSync

Note that if you want neovim to share the system clipboard, you also need to download a plugin

sudo apt install xsel

lua-nvim-config's People

Contributors

jinzaizhichi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.