Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielmark0116/nvim-lazy
My latest NVIM config, based on LazyVIM starter
https://github.com/danielmark0116/nvim-lazy
Last synced: 6 days ago
JSON representation
My latest NVIM config, based on LazyVIM starter
- Host: GitHub
- URL: https://github.com/danielmark0116/nvim-lazy
- Owner: danielmark0116
- License: apache-2.0
- Created: 2024-02-29T22:07:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:49:55.000Z (about 2 months ago)
- Last Synced: 2024-09-18T14:39:22.112Z (about 2 months ago)
- Language: Shell
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim
My config based on a starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.## Requirements:
- gnu-sed to be installed with brew
## Multiple configs for NVIM
1. Tweak your .zshrc with `nvms` alias
```bash
# NeoVIM config switch
alias lvim="NVIM_APPNAME=lazyvim nvim"function nvims() {
items=("default" "lazyvim")
config=$(printf "%s\n" "${items[@]}" | fzf --prompt=" Choose Neovim Config wariacie  " --height=~50% --layout=reverse --border --exit-0)
if [[ -z $config ]]; then
echo "Nothing selected"
return 0
elif [[ $config == "default" ]]; then
config=""
fi
NVIM_APPNAME=$config nvim $@
}
```
2. Have, say, lazyvim config then at `.config/lazyvim` and `.config/lazyvim`