Aucune description

Naz 5cdb810951 🛠️chore: update deps il y a 3 semaines
lua 69c51469dc 🐛fix: add better bindings for harpoon il y a 2 mois
snippets 9b9eab0b94 ✨feat: add LSP and IDEish plugins il y a 2 mois
LICENSE c14598f95b Initial commit il y a 2 mois
README.md e9deef89b0 📚docs: created a proper readme il y a 2 mois
init.lua 9b9eab0b94 ✨feat: add LSP and IDEish plugins il y a 2 mois
lazy-lock.json 5cdb810951 🛠️chore: update deps il y a 3 semaines

README.md

Logo

This repository contains my custom config for Neovim.

Requirements

  • Neovim >= 0.9.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)
  • Nerd Font
  • C compiler for nvim-treesitter. See here
  • Silicon for amazing images of your code

Installation

  • Make a backup of your current Neovim files:

    mv ~/.config/nvim ~/.config/nvim.bak
    mv ~/.local/share/nvim ~/.local/share/nvim.bak
    
  • Clone the starter

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

Screenshot

nvim-neo-tree/neo-tree.nvim folke/lazy.nvim

Credits

This configuration uses Lazy.nvim, which is licensed under the Apache 2.0 License. It also relies on the amazing Neovim plugin ecosystem (for a full list of plugins, see the lazy-lock.json file).