Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 541 Bytes

File metadata and controls

19 lines (16 loc) · 541 Bytes

Install instructions

    cd ~/.config # goto config directory ($XDG_CONFIG_HOME)
    git clone https://github.com/ThomasFeher/nvim.git
    nvim --headless +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