diff options
| author | stefan <stefan@s00.xyz> | 2025-03-11 02:23:51 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-03-11 02:23:51 -0400 |
| commit | a52fe6273deaf6dd04bf3f589a0231cd05051d0f (patch) | |
| tree | 48e194025c4b262ab571dda37311cf29b0a65da7 /modules/neovim/default.nix | |
| parent | d0d566b658f4e392a1493a677837fd34af634372 (diff) | |
| download | home-a52fe6273deaf6dd04bf3f589a0231cd05051d0f.tar.gz | |
sync
Diffstat (limited to 'modules/neovim/default.nix')
| -rw-r--r-- | modules/neovim/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/neovim/default.nix b/modules/neovim/default.nix index 945fbf2..525eee5 100644 --- a/modules/neovim/default.nix +++ b/modules/neovim/default.nix @@ -37,6 +37,14 @@ in tree-sitter-markdown-inline ])) + { + plugin = lean-nvim; + config = '' + require('lean').setup{ mappings = true } + ''; + type = "lua"; + } + plenary-nvim blink-cmp nvim-lspconfig base16-nvim |