neovim: add outline

This commit is contained in:
Sridhar Ratnakumar 2024-11-12 09:21:29 -05:00
parent d32154e532
commit 1bab258211
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
{ flake, ... }:
{ flake, pkgs, ... }:
let
inherit (flake) inputs;
@ -34,6 +34,10 @@ in
mapleader = " ";
};
extraPlugins = [
pkgs.vimPlugins.outline-nvim
];
plugins = {
# UI
web-devicons.enable = true;