Skip to content

Commit

Permalink
feat(deps): replace internal nio module with nvim-nio
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and vhyrro committed Dec 21, 2023
1 parent 57e80f7 commit b10889e
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 4,019 deletions.
1 change: 1 addition & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
toml
fidget.nvim >= 1.1.0
fzy
nvim-nio
labels: |
neovim
detailed_description: |
Expand Down
1 change: 0 additions & 1 deletion .styluaignore

This file was deleted.

4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"result"
"nix"
"doc"
"lua/nio"
];
};
diagnostics = {
Expand All @@ -116,8 +115,7 @@
src = self;
hooks = {
alejandra.enable = true;
# FIXME: Uncomment when stylua has a --respect-ignores flag
# stylua.enable = true;
stylua.enable = true;
luacheck.enable = true;
editorconfig-checker.enable = true;
};
Expand Down
7 changes: 0 additions & 7 deletions lua/nio/README.md

This file was deleted.

213 changes: 0 additions & 213 deletions lua/nio/control.lua

This file was deleted.

Loading

0 comments on commit b10889e

Please sign in to comment.