Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elijah629/fuck-nvim
https://github.com/elijah629/fuck-nvim
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elijah629/fuck-nvim
- Owner: elijah629
- Created: 2023-09-01T21:54:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T00:57:10.000Z (10 months ago)
- Last Synced: 2024-04-28T07:23:54.697Z (9 months ago)
- Language: Lua
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fuck-neovim
when all you use neovim for is configuring neovim...
and then you use vscode again...
**this is for you**## Welcome to the light side
fuck-neovim tries to mimic a the *vscode experience* with some familiar keybindings for beginners to vim. ( No, you still have to learn vim )
VSCode feels lightweight... but fuck it is not. Ever got hangs? Yea, that's electron being slow.fuck-neovim is **truly lightweight**. Only `11` plugins or.
## Changes from VSCode keybinds
**Ctrl+Shift+`** is **Ctrl-T**
You are also free to modify anything in the [lua/config](./lua/config/) folder. Customize the core plugins in [lua/core/plugins.lua](./lua/core/plugins.lua)
## Install
> **Warning**
>
> Back up before installing```sh
# Config
mv ~/.config/nvim{,.bak}# Data
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
``````sh
git clone https://github.com/elijah629/fuck-nvim ~/.config/nvim
```