mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
rm neotest
This commit is contained in:
parent
fc255b4763
commit
a33f74107c
2 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,6 @@
|
|||
./utils/markdown-preview.nix
|
||||
./utils/mini.nix
|
||||
./utils/neodev.nix
|
||||
./utils/neotest.nix
|
||||
./utils/nvim-autopairs.nix
|
||||
./utils/nvim-colorizer.nix
|
||||
./utils/nvim-surround.nix
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
{
|
||||
mode = ["n" "v"];
|
||||
key = "<leader>t";
|
||||
action = "+test";
|
||||
action = "";
|
||||
}
|
||||
|
||||
# Tabs
|
||||
|
|
Loading…
Reference in a new issue