Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeb06/nvim
My Neovim Configuration
https://github.com/lukeb06/nvim
neovim vim
Last synced: about 2 months ago
JSON representation
My Neovim Configuration
- Host: GitHub
- URL: https://github.com/lukeb06/nvim
- Owner: lukeb06
- Created: 2024-10-28T05:33:46.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T16:53:52.000Z (about 2 months ago)
- Last Synced: 2024-11-12T17:42:36.781Z (about 2 months ago)
- Topics: neovim, vim
- Language: Lua
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Neovim Config
## Installation
```bash
git clone https://github.com/lukeb06/nvim.git ~/.config/nvim --depth=1
```## Packer Installation
```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
```## Features
- [Abyss](https://github.com/VonHeikemen/abyss.nvim) theme
- [Lualine](https://github.com/nvim-lualine/lualine.nvim) statusline
- [Telescope](https://github.com/nvim-telescope/telescope.nvim) fuzzy finder
- [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) syntax highlighting
- [LSP](https://github.com/neovim/nvim-lspconfig) language server protocol
- [Mason](https://github.com/williamboman/mason.nvim) package manager
- [Harpoon](https://github.com/theprimeagen/harpoon) bookmarks
- [Gitsigns](https://github.com/lewis6991/gitsigns.nvim) git status
- [Resession](https://github.com/stevearc/resession.nvim) session management
- [Tmux Navigator](https://github.com/christoomey/vim-tmux-navigator) tmux navigation
- [WhichKey](https://github.com/folke/which-key.nvim) keymappings
- [LuaSnip](https://github.com/L3MON4D3/LuaSnip) snippets
- Many more...