~ashie/config.nvim

My Neovim config
feat(telescope): writing license during selection
feat(plugins): add configuration for colorizer and actions-preview
feat(lazyload): add `ll.wrap` helper function

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ashie/config.nvim
read/write
git@git.sr.ht:~ashie/config.nvim

You can also use your local clone with git send-email.

#My personal Neovim config

The minimal/ directory contains a smaller Vim-compatible config, that I use on remote machines or setups where I don't need LSP.

Plugins are installed with scripts/update.py based on the contents of plugins.json and minimal/plugins.json.

Rest of the config is pretty self-explanatory, just follow the require calls in init.lua and runtime calls in minimal/init.vim to find out more.