diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-30 13:12:52 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-30 13:12:52 +0100 |
commit | dae9bbb61223218d0043baffb3ede4cee9568872 (patch) | |
tree | 2b83a7eec58f868a74d39055f68013ea900a3518 /lua/no-clown-fiesta/groups/init.lua | |
parent | e35c7f984bb278024bc81c6a2fd5fe16a463cab1 (diff) | |
parent | ecf3e186d336e03b5ce7ed4e8f7f72ad983947df (diff) |
Merge branch 'master' of github.com:aktersnurra/no-clown-fiesta.nvim
Diffstat (limited to 'lua/no-clown-fiesta/groups/init.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/groups/init.lua b/lua/no-clown-fiesta/groups/init.lua index 9c6bd42..cba9aa8 100644 --- a/lua/no-clown-fiesta/groups/init.lua +++ b/lua/no-clown-fiesta/groups/init.lua @@ -17,4 +17,6 @@ return { require "no-clown-fiesta.groups.telescope", require "no-clown-fiesta.groups.treesitter", require "no-clown-fiesta.groups.whichkey", + require "no-clown-fiesta.groups.neotest", + require "no-clown-fiesta.groups.dapui", } |