mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
refactor: move gestures
, which-key
, telescope
and cheatsheet
to utils
This commit is contained in:
parent
9cab13f667
commit
9ac1e1dadd
8 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,7 @@
|
||||||
./tidal
|
./tidal
|
||||||
./autopairs
|
./autopairs
|
||||||
./snippets
|
./snippets
|
||||||
./binds
|
|
||||||
./markdown
|
./markdown
|
||||||
./telescope
|
|
||||||
./git
|
./git
|
||||||
./minimap
|
./minimap
|
||||||
./dashboard
|
./dashboard
|
||||||
|
@ -31,7 +29,6 @@
|
||||||
./ui
|
./ui
|
||||||
./assistant
|
./assistant
|
||||||
./session
|
./session
|
||||||
./gestures
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pkgsModule = {config, ...}: {
|
pkgsModule = {config, ...}: {
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./binds
|
||||||
|
./gestures
|
||||||
|
./telescope
|
||||||
./colorizer.nix
|
./colorizer.nix
|
||||||
./venn.nix
|
./venn.nix
|
||||||
./icon-picker.nix
|
./icon-picker.nix
|
||||||
|
|
Loading…
Reference in a new issue