RyaWcksn / Neko-Vim

Neovim distribution, IDE wannabe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐱 Neko Vim (Nvim) 🐱

Lua

Neovim distribution created by Lua programming language
Why i'm using Neko as name? It's simple because when it combine, the name turns into Nvim haha! (damn weebs)

NOW i've done some refactoring to make it faster from 700ms to around 150ms.

Installation πŸ’»

  • Linux and MacOS
bash <(curl -s https://github.com/RyaWcksn/Neko-Vim/install.sh)

Features πŸ”₯

  • Depedencies :

    • NodeJs
    • Pip
    • Python
  • Features :

    • Lsp for Golang, Python, Javascript, Typescript, Php, Bash, Html, Css, C, C++
    • Live grep
    • Git integration
    • Org mode and Vim wiki for note taking
    • Images using Telescope
    • Termux integration

How to use ❓

It's just basic typical neovim configuration just like other
Y for copy whole line, y for copy, p for paste, h/j/k/l for movement, etc
You can refer to this mapping page for specifics commands mapping keys

Screenshoots πŸ“Έ

  • Git

I'm using LazyGit for my git related stuff
Cherry-picking, commits, push, pull, etc

  • Global file search

Global file search just like Ctrl/Cmd + p in VSCode

  • LSP

I'm using vim-cmp as completion plugin
and Luasnip as snippet plugin
also with friendly-snippets for my snippets management

There's also included Lsp-signature for nice touch in the code!

  • LSP Language

For the language server, i'm using nvim-lsp-installer, you can look at there how to install language server

Future development 🌍

Feature Status
Debugging On Progress
Work in termux Done

About

Neovim distribution, IDE wannabe


Languages

Language:Lua 96.8%Language:Shell 3.2%