Go to file
Jared Goldman 697bc4bb2c feat: add stop_after_first 2024-07-29 14:22:28 -04:00
.github feat: add stop_after_first 2024-07-29 14:22:28 -04:00
lua feat: add stop_after_first 2024-07-29 14:22:28 -04:00
README.md feat: add stop_after_first 2024-07-29 14:22:28 -04:00
init.lua feat: add ToggleWrap 2024-05-27 18:18:39 -04:00
lazy-lock.json feat: add stop_after_first 2024-07-29 14:22:28 -04:00
requirements.md feat: add harpoon toggle 2024-04-11 16:00:37 -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