pkgs(nixvim): Add some basic structure
This commit is contained in:
parent
c75945ddba
commit
0bae976b08
11 changed files with 55 additions and 0 deletions
16
pkgs/nixvim/coding.nix
Normal file
16
pkgs/nixvim/coding.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{...}: {
|
||||
plugins = {
|
||||
# mini-pairs = {
|
||||
# enable = true;
|
||||
# };
|
||||
# ts-comments = {
|
||||
# enable = true;
|
||||
# };
|
||||
# mini-ai = {
|
||||
# enable = true;
|
||||
# };
|
||||
# lazydev = {
|
||||
# enable = true;
|
||||
# };
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue