mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01: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
|
||||
./autopairs
|
||||
./snippets
|
||||
./binds
|
||||
./markdown
|
||||
./telescope
|
||||
./git
|
||||
./minimap
|
||||
./dashboard
|
||||
|
@ -31,7 +29,6 @@
|
|||
./ui
|
||||
./assistant
|
||||
./session
|
||||
./gestures
|
||||
];
|
||||
|
||||
pkgsModule = {config, ...}: {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
_: {
|
||||
imports = [
|
||||
./binds
|
||||
./gestures
|
||||
./telescope
|
||||
./colorizer.nix
|
||||
./venn.nix
|
||||
./icon-picker.nix
|
||||
|
|
Loading…
Reference in a new issue