馃 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lua 72.3%
Nix 18.3%
Scheme 0.1%
Shell 0.1%
Other 9.2%
628 1 0

Clone this repository

https://tangled.org/robinwobin.dev/ivy https://tangled.org/did:plc:khzb5upklnupwpxllpbmrv5a/ivy
git@tangled.org:robinwobin.dev/ivy git@tangled.org:did:plc:khzb5upklnupwpxllpbmrv5a/ivy

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

ivy is my custom nix configuration for neovim. it uses nvfetcher for plugin management and lynn.nvim for plugin configuration.

run via nix:

nix run github:comfysage/ivy

components#

pkgs/#

this directory contains the nix packages within the setup. the most important are ivy-plugins and ivy. ivy-plugins is a special package that merges the nvfetcher sources and treesitter grammars needed. it also included some vimPlugin's from nixpkgs for plugins that require build steps - like blink.cmp.

pkgs/ivy/ is a neovim wrapper for the setup. it uses gift-wrap, which is a special nix wrapper for neovim that makes including your own lua configuration really easy and simple.

config/#

this is the actual lua configuration. this directory will get copied to the nix store and used as the config for the wrapper.

this directory contains some special subdirectories: lua/ivy/init.lua is the entry point for the configuration. lua/ivy/plugins/ is a special directory that specifies the plugin specs for lynn.nvim. lua/ivy/config contains custom neovim options and settings. config/ contains the setup options for all the plugins and will get sourced automatically by lynn.nvim. plugin/ contains some small plugin scripts that i've written.

lsp/ contains the lsp options for some lsp's that aren't supported by nvim-lspconfig or need some special settings. snippets/ contains custom snippets; these will get merged with snippets from friendly-snippets