https://github.com/Jee-vim/Znvim
Neovim config designed for frontend dev
https://github.com/Jee-vim/Znvim
config config-nvim dotfiles front-end front-end-development frontend lazy neovim nvim startuptime vim vim-configuration
Last synced: 11 months ago
JSON representation
Neovim config designed for frontend dev
- Host: GitHub
- URL: https://github.com/Jee-vim/Znvim
- Owner: Zeddnyx
- License: mit
- Created: 2022-10-02T11:46:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T07:20:07.000Z (over 1 year ago)
- Last Synced: 2024-11-04T08:24:27.753Z (over 1 year ago)
- Topics: config, config-nvim, dotfiles, front-end, front-end-development, frontend, lazy, neovim, nvim, startuptime, vim, vim-configuration
- Language: Lua
- Homepage:
- Size: 3.85 MB
- Stars: 24
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Znvim
fast as f***
## Required installation
#### Language Server
```
npm i -g typescript-language-server typescript vscode-langservers-extracted prettier lua-language-server
```
## FYI
type `:Keybinds` to see custome keybinds
## Troubleshoot
### E13: File Exist (add ! to ovveride)
- run `echo (nvim --cmd 'echo stdpath("data")' --cmd 'q' | tail -n 1)` to known the path
- then create a folder followed by the result above ex: `mkdir -p /home/jee/.local/share/nvim/backup`
if it not work try ask me or search on your own or ask in comunity:)