Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 622 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 622 Bytes

Install instructions

    zypper in python2-neovim python3-neovim ShellCheck
    cd ~/.config # goto config directory ($XDG_CONFIG_HOME)
    git clone https://github.com/ThomasFeher/nvim.git
    nvim --headless +PlugUpgrade +PlugInstall +qa

For building Neovim from source do:

zypper in libtool gcc-c++ gettext-tools python38-devel
git clone https://github.com/neovim/neovim.git
cd neovim
make "CMAKE_INSTALL_PREFIX=$HOME/bin/neovim" "CMAKE_BUILD_TYPE=RelWithDebInfo"
make install
hash -r # in case the system nvim is still executed although ~/bin is placed in
        # front of /bin in $PATH