kefir / nvim

My nvim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just another Nvim configuration

My humble nvim configuration tailored to (Embedded) C/C++ development.

Core Packages

  • treesitter
  • vim-fugitive
  • lsp-zero
  • neogen
  • nvim-dap
  • nvim-dap-ui
  • gruvbox-flat theme

Shoutouts

Installation

  1. Replace everything you have in ~/.config/nvim/ with the contents of this repo.
  2. Open packer file nvim ~/.config/nvim/lua/kefir/packer.lua and shout it out :so
  3. Run :PackerSync
  4. After that close and open Neovim. Everything should be installed.

Configuration

Only thing that should be configured manually is your path to vscode DAP. This string is located in ./after/plugin/dap.lua

Default key bindings

TDOD: add

About

My nvim config


Languages

Language:Lua 100.0%