Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxmx03/milianor-vim

Modern vim configuration, fast, easy to use and config. (LSP)
https://github.com/maxmx03/milianor-vim

dotfiles ide lua milianor milianor-vim milianorvim neovim neovim-config neovim-configuration neovim-dotfiles neovim-lua neovim-plugin neovim-setup nvim vim

Last synced: 7 days ago
JSON representation

Modern vim configuration, fast, easy to use and config. (LSP)

Awesome Lists containing this project

README

        

## Milianor-vim

A Neovim configuration focused on productivity and ease of use.

![screenshot](https://github.com/maxmx03/milianor-vim/assets/50273941/4d026bb8-bae5-443f-b976-a8a8a609e052)

## Quick Start

1. Clone the repository:

git clone https://github.com/maxmx03/milianor-vim.git ~/.config/nvim

2. Install the required dependencies:

- `Neovim v.10.0+`
- [Nerdfonts](https://www.nerdfonts.com/font-downloads)
- [codicons (optional)](https://github.com/microsoft/vscode-codicons/blob/main/dist/codicon.ttf)
- [NotoEmoji](https://github.com/googlefonts/noto-emoji/blob/main/fonts/NotoColorEmoji.ttf)
- [LazyGit (optional)](https://github.com/jesseduffield/lazygit)

Make sure to install these dependencies before starting Neovim.

3. Launch Neovim:

nvim

## Codicon

Codicon may not work in some terminals. To get it working, try using the kitty terminal and add
the following line to your kitty.conf configuration file:

```
symbol_map U+f101-U+f208 nonicon regular
```