- Install Neovim
-
# Clone this repository to ~/.config/nvim/ git clone https://github.com/mawkler/nvim/ ~/.config/nvim/ # Clone lazy.nvim git clone --depth 1 --filter=blob:none --branch=stable \ https://github.com/folke/lazy.nvim.git \ ~/.local/share/nvim/lazy/lazy.nvim # Install python module for Neovim pip install --user neovim # Launch Neovim and let lazy.nvim do its thing nvim +'lua require("lazy").sync({wait=true}); vim.cmd("qa!")'
My other dotfiles are available here.