mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
neovim: add outline
This commit is contained in:
parent
d32154e532
commit
1bab258211
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue