Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackcuthbert/.nvim
https://github.com/jackcuthbert/.nvim
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackcuthbert/.nvim
- Owner: JackCuthbert
- Created: 2022-01-30T06:01:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T01:27:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T04:11:50.033Z (2 months ago)
- Language: Lua
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .nvim
Uses:
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) to show git diffs in the gutter
- [lsp-zero.nvim](https://github.com/VonHeikemen/lsp-zero.nvim) for zero config LSP and CMP
- [mini.nvim](https://github.com/echasnovski/mini.nvim) for bundled UX improvements
- [nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua) for a file explorer
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) for syntax highlighting
- [packer.nvim](https://github.com/wbthomason/packer.nvim) to manage packages
- [github-nvim-theme](https://github.com/projekt0n/github-nvim-theme) for a blindingly bright light theme## Setup
```
git clone [email protected]:JackCuthbert/.nvim.git "~/.config/nvim"
```