Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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...