Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mekebabman/kebabvim
A Neovim Config created for ease of use and learning! (Note: This project was created for learning)
https://github.com/mekebabman/kebabvim
bash bash-scripts code code-editor coding easy editor fast kebab lua neovim neovim-config programming quick shell shell-scripts vi vim
Last synced: 3 months ago
JSON representation
A Neovim Config created for ease of use and learning! (Note: This project was created for learning)
- Host: GitHub
- URL: https://github.com/mekebabman/kebabvim
- Owner: MeKebabMan
- License: mit
- Created: 2024-07-12T17:11:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T19:22:36.000Z (6 months ago)
- Last Synced: 2024-10-11T06:02:01.889Z (3 months ago)
- Topics: bash, bash-scripts, code, code-editor, coding, easy, editor, fast, kebab, lua, neovim, neovim-config, programming, quick, shell, shell-scripts, vi, vim
- Language: Lua
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KebabVim 🌯
Plugins bootstrapped onto a single config and randomly sent towards a repository for people to use!
KebabVim comes with prebuilt utils aswell..# Picutres
![image](https://github.com/user-attachments/assets/9350790c-c65a-4e93-a80d-c30f3a8d0445)
### Features & Plugins:
- Autotag
- Autopairs
- nvim cmp
- nvim cmp lsp
- lua snip
- friendly snippets
- none ls
- none ls extras
- Neotree
- lualine
- kanagawa theme
- Auto completion
- Lspconfig
- Mason
- Mason-lspconfig
- Language_servers
- barbar tab line
- notify nvim
- whick key nvim
- alpha nvim
- comments nvim
- gitsigns nvim
- Auto update
- plenary
- KebabVim config file (Allows you to create & change global vim variables)# Installation 💾
Just a reminder that this does require some dependencies to install but no worries we have a install dependencies script for that! **(BASH REQUIRED)**
### Steps to install:
- 1: Copy and paste the following script into your terminal**WARNING: LINUX ONLY! USE WSL 2 UBUNTU OR DEBIAN FOR WINDOWS!!**
```sh
rm -rf ~/.config/nvim/ && mkdir -p ~/.config/nvim/ && git clone https://github.com/MeKebabMan/KebabVim.git ~/.config/nvim/ && \
bash ~/.config/nvim/Install_dep.sh && nvim ~/.config/nvim/NVIM_README.txt
```# Notes? 📝
- This project is under development
- This project is only meant for fun and learning!
- This project was created to make sure that I can easily get and use my neovim config!
- If you would like to use this then go ahead!
- Theres only one person working on this project..
- Not everything is easy to make and they may not work# Features added based on user comments
- Tab to complete