Nincs leírás

Naz 49556aa748 ✨feat: apparently codeium is called windsurf now 2 napja
lua 49556aa748 ✨feat: apparently codeium is called windsurf now 2 napja
snippets 9b9eab0b94 ✨feat: add LSP and IDEish plugins 2 hónapja
LICENSE c14598f95b Initial commit 2 hónapja
README.md e9deef89b0 📚docs: created a proper readme 2 hónapja
init.lua 9b9eab0b94 ✨feat: add LSP and IDEish plugins 2 hónapja
lazy-lock.json 49556aa748 ✨feat: apparently codeium is called windsurf now 2 napja

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