Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/maxmx03/milianor-vim
- Owner: maxmx03
- License: mit
- Created: 2022-02-19T17:12:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T13:09:09.000Z (about 1 year ago)
- Last Synced: 2023-11-06T14:31:02.718Z (about 1 year ago)
- Topics: dotfiles, ide, lua, milianor, milianor-vim, milianorvim, neovim, neovim-config, neovim-configuration, neovim-dotfiles, neovim-lua, neovim-plugin, neovim-setup, nvim, vim
- Language: Lua
- Homepage:
- Size: 1.44 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```