reworked nvim

This commit is contained in:
Bryan Ramos 2023-06-07 01:22:45 -04:00
parent 6474455a8e
commit c6aded3e64
14 changed files with 254 additions and 181 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
with pkgs.vimPlugins;
[
{ plugin = indent-blankline-nvim; }
{ plugin = auto-pairs; }
{ plugin = vim-css-color; }
]