Giter VIP home page Giter VIP logo

config.nvim's Introduction

Neovim config

Installation

Requirements:

  • Make sure to review the readmes of the plugins if you are experiencing errors. In particular:
  • See Windows Installation if you have trouble with telescope-fzf-native

Neovim's configurations are located under the following paths, depending on your OS:

OS PATH
Linux $XDG_CONFIG_HOME/nvim, ~/.config/nvim
MacOS $XDG_CONFIG_HOME/nvim, '~/.config/nvim`
Windows %userprofile%\AppData\Local\nvim\

Clone kickstart.nvim:

# on Linux and Mac
git clone https://github.com/ogjojo/config.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim && mkdir "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim/undodir
# on Windows
git clone https://github.com/ogjojo/config.nvim.git %userprofile%\AppData\Local\nvim\ 

Re-installation

First clean up the old installation:

rm -rf ~/.local/share/nvim/lazy

# Optional if you want to create a backup of your old config
mv ~/.config/nvim ~/.config/nvim.old

rm -rf ~/.config/nvim

Then follow the installation steps above!

Post Installation

Run the following command and then you are ready to go!

nvim --headless "+Lazy! sync" +qa

Update remote:

cd $HOME/.config/nvim && git remote set-url origin [email protected]:ogjojo/config.nvim.git

Windows Installation

Installation may require installing build tools, and updating the run command for telescope-fzf-native

See telescope-fzf-native documentation for more details

This requires:

  • Install CMake, and the Microsoft C++ Build Tools on Windows
{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }

config.nvim's People

Contributors

feoh avatar tjdevries avatar nphyn1t3 avatar mech-a avatar luizcalliari avatar ogjojo avatar numkil avatar vzaa avatar nwvi avatar samposh avatar pbnj avatar kaminskypavel avatar saccarosium avatar gangelop avatar kdheepak avatar dennisrall avatar ttibsi avatar mariasolos avatar matthiasdebernardini avatar mmngreco avatar ngryman avatar peterpme avatar szechp avatar seantwie03 avatar smiggiddy avatar monooso avatar sumanth-lingappa avatar tsankotsanev avatar tudorjnu avatar amalgame21 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.