Bez popisu

Naz 5cdb810951 🛠️chore: update deps před 3 týdny
lua 69c51469dc 🐛fix: add better bindings for harpoon před 2 měsíci
snippets 9b9eab0b94 ✨feat: add LSP and IDEish plugins před 2 měsíci
LICENSE c14598f95b Initial commit před 2 měsíci
README.md e9deef89b0 📚docs: created a proper readme před 2 měsíci
init.lua 9b9eab0b94 ✨feat: add LSP and IDEish plugins před 2 měsíci
lazy-lock.json 5cdb810951 🛠️chore: update deps před 3 týdny

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).