Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alarwasyi98/neovim

A Minimal Neovim configuration designed for NEWBS!
https://github.com/alarwasyi98/neovim

lazyvim neovim neovim-config

Last synced: 23 days ago
JSON representation

A Minimal Neovim configuration designed for NEWBS!

Awesome Lists containing this project

README

        

# 🔰 Neovim

## 💤 LazyVim Configuration [alarwasyi98](github.com/alarwasyi98)

Credit:
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.

![Neovim badges](https://dotfyle.com/alarwasyi98/neovim/badges/plugins?style=flat-square)
![Neovim badges](https://dotfyle.com/alarwasyi98/neovim/badges/leaderkey?style=flat-square)
![Neovim badges](https://dotfyle.com/alarwasyi98/neovim/badges/plugin-manager?style=flat-square)

## Install Instructions

> Install requires Neovim 0.9+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

```sh
git clone [email protected]:alarwasyi98/neovim ~/.config/alarwasyi98/neovim
```

Open Neovim with this config:

```sh
NVIM_APPNAME=alarwasyi98/neovim/ nvim
```

## Plugins

### colorscheme

+ [folke/tokyonight.nvim](https://dotfyle.com/plugins/folke/tokyonight.nvim)

### completion

+ [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)

### diagnostics

+ [folke/trouble.nvim](https://dotfyle.com/plugins/folke/trouble.nvim)

### fuzzy-finder

+ [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)

### lsp

+ [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)
+ [jose-elias-alvarez/typescript.nvim](https://dotfyle.com/plugins/jose-elias-alvarez/typescript.nvim)

### lsp-installer

+ [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)

### lua-colorscheme

+ [ellisonleao/gruvbox.nvim](https://dotfyle.com/plugins/ellisonleao/gruvbox.nvim)

### plugin-manager

+ [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)

### preconfigured

+ [LazyVim/LazyVim](https://dotfyle.com/plugins/LazyVim/LazyVim)

### startup

+ [goolord/alpha-nvim](https://dotfyle.com/plugins/goolord/alpha-nvim)

### statusline

+ [nvim-lualine/lualine.nvim](https://dotfyle.com/plugins/nvim-lualine/lualine.nvim)

### syntax

+ [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)

### terminal-integration

+ [akinsho/toggleterm.nvim](https://dotfyle.com/plugins/akinsho/toggleterm.nvim)

## Language Servers

+ html
+ lua

This readme was generated by [Dotfyle](https://dotfyle.com)