Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxogod/mynvimconfig
just some config
https://github.com/maxogod/mynvimconfig
Last synced: about 2 months ago
JSON representation
just some config
- Host: GitHub
- URL: https://github.com/maxogod/mynvimconfig
- Owner: maxogod
- Created: 2023-05-05T02:47:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T22:00:33.000Z (5 months ago)
- Last Synced: 2024-08-29T23:59:26.206Z (5 months ago)
- Language: Lua
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mynvimconfig
just some config
## Setup
* Clone this repo into /.config/nvim (different for windows)
* Install neovim with snap (>= 0.10.0)
* Clone packer (https://github.com/wbthomason/packer.nvim)
* :so packer.lua and :PackerSync
* :Mason for lsps and linters
* :checkhealth for troubleshootingAdd alias for nvim:
nvim ~/.bashrctype `alias vim='nvim'` at the end of the file
source ~/.bashrc