Go to file
jaredgoldman a94738e4a4 feat: almost add debugger 2024-08-06 00:26:50 -04:00
.github feat: almost add debugger 2024-08-06 00:26:50 -04:00
lua feat: almost add debugger 2024-08-06 00:26:50 -04:00
README.md feat: almost add debugger 2024-08-06 00:26:50 -04:00
init.lua feat: almost add debugger 2024-08-06 00:26:50 -04:00
lazy-lock.json feat: almost add debugger 2024-08-06 00:26:50 -04:00
requirements.md feat: almost add debugger 2024-08-06 00:26:50 -04:00

README.md

Neovim Configuration

My attempt to create my own neovim configuration with just enough features to be productive and not too many to be bloated.

Features

  • file tree with nvim-tree
  • lsp management with mason-nvim
  • telescope for searching/grepping x
  • theming with themery x
  • tabfluline x
  • terminal with f-term x
  • harpoon for deving on subsets of files x
  • extended history x
  • auto-pairs x
  • lua vim linting x
  • dashboard x

Installation

  1. Clone this repository to your ~/.config/nvim directory.
  2. Run :Lazy to install all plugins.

TODO

  • Add debugger