Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristijanhusak/neovim-config
Neovim configuration
https://github.com/kristijanhusak/neovim-config
dotfile dotfiles neovim tmux vim viml zsh
Last synced: 3 days ago
JSON representation
Neovim configuration
- Host: GitHub
- URL: https://github.com/kristijanhusak/neovim-config
- Owner: kristijanhusak
- Created: 2016-01-18T15:26:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T21:20:06.000Z (13 days ago)
- Last Synced: 2025-01-12T11:50:50.413Z (11 days ago)
- Topics: dotfile, dotfiles, neovim, tmux, vim, viml, zsh
- Language: Shell
- Homepage:
- Size: 18.1 MB
- Stars: 258
- Watchers: 10
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Neovim and terminal configuration
------Neovim configuration is completely written in lua, thus it requires Neovim 0.5+.
* Super old tmux setup: [tmux](https://github.com/kristijanhusak/neovim-config/tree/tmux) branch.
This is my Neovim editor setup, with zsh and i3 configurations.
Feel free to fork it
and submit a pull request if you found any bug.**Warning**: Install script removes all previous configuration (zshrc, oh-my-zsh, nvim, i3)
Installation
-----------$ git clone https://github.com/kristijanhusak/neovim-config.git ~/neovim-config
$ cd ~/neovim-config
$ chmod +x ./install.sh
$ ./install.sh
$ nvimPlugins
----------------see [plugins.lua](nvim/lua/partials/plugins.lua#L7)
Font used:
* Current - [IBM Plex Mono](https://github.com/IBM/plex)
* previous fonts
* [Iosevka](https://github.com/be5invis/Iosevka)
* [Input mono condensed](http://input.fontbureau.com/)
* [Inconsolata for powerline](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Inconsolata/complete/Inconsolata%20for%20Powerline%20Nerd%20Font%20Complete.otf)License
-------This project is licensed under MIT License (see LICENSE file for details). But
each plugin has its own license, so check each one to see what you can do.