Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iguntur/nvim
My Neovim Configuration
https://github.com/iguntur/nvim
Last synced: about 11 hours ago
JSON representation
My Neovim Configuration
- Host: GitHub
- URL: https://github.com/iguntur/nvim
- Owner: iguntur
- License: mit
- Created: 2021-07-20T17:23:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T18:11:15.000Z (3 months ago)
- Last Synced: 2024-08-05T21:16:18.149Z (3 months ago)
- Language: Lua
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# 'nvim' - Neovim Configurations
> My Neovim Editor Configurations
## Getting Started
### Install The Nvim
```console
$ git clone [email protected]:iguntur/nvim.git ~/.config/nvim
```### Plugin Manager
Setup and install [packer](https://github.com/wbthomason/packer.nvim) as the plugin manager.
```console
$ git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
```## Built-in
- [ ] Plugin to support common programming languages
- [ ] File searching - think like fzf
- [ ] Text searching - think like ripgrep 'rg'
- [ ] File explorer - NerdTree || COC-Explorer || Telescope
- [ ] Keybinding and keymap
- [ ] Default snippets and custom snippets
- [ ] Custom configurations for explicit config (maybe)
- [ ] Intellisense
- [ ] Easy create new file
- [ ] ...## Language Features and Plugin
- [ ] Support Golang
- [ ] Support Rust
- [ ] Support Python
- [ ] Support NodeJs
- [ ] Support Typescript & Javascript
- [ ] Support Ocaml, Rescript, ReasonML
- [ ] Support PHP
- [ ] ...## License
[MIT](https://opensource.org/licenses/MIT) © [Guntur Poetra](https://gunturpoetra.com)