https://github.com/freddiehaddad/nvim
Neovim configuration from scratch
https://github.com/freddiehaddad/nvim
neovim neovim-config neovim-configuration
Last synced: 6 months ago
JSON representation
Neovim configuration from scratch
- Host: GitHub
- URL: https://github.com/freddiehaddad/nvim
- Owner: freddiehaddad
- Created: 2023-09-26T04:12:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T02:46:37.000Z (6 months ago)
- Last Synced: 2025-04-26T05:56:35.504Z (6 months ago)
- Topics: neovim, neovim-config, neovim-configuration
- Language: Lua
- Homepage:
- Size: 85 KB
- Stars: 16
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Configuration
This is my custom [Neovim] configuration. It features a single configuration
file [core.lua] and a custom color scheme called [peanut] which is based off of
[JellyBean]. In addition to integrated debugging, unit testing, language server
support, and treesitter highlighting, the following plugins are also included:https://github.com/user-attachments/assets/51d861a0-b026-4d94-a013-6a277ba6e52f
- Blink
- Conform
- DAP / DAP UI
- GitSigns
- Lazy
- Lualine
- Markview
- Mason
- Mini Icons
- Neotest
- Oil
- Persistence
- Rustaceanvim
- Telescope
- Trouble
- Treesitter
- Snacks
- Which KeyThe color scheme is heavily integrated into all the plugins making for a very
consistent visual experience.[core.lua]: https://github.com/freddiehaddad/nvim/blob/main/lua/plugins/core.lua
[jellybean]: https://github.com/WTFox/jellybeans.nvim
[neovim]: https://github.com/neovim/neovim
[peanut]: https://github.com/freddiehaddad/nvim/blob/main/colors/peanut.lua