From 1e211075b152130127b40d9fd5cae8223a65376e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Sterle?= Date: Sat, 13 Feb 2021 17:49:29 +0100 Subject: [PATCH] remove some todo items --- README.md | 7 ------- doc/nvim-lua-guide.txt | 10 ---------- 2 files changed, 17 deletions(-) diff --git a/README.md b/README.md index 5b07fa0..def26b6 100644 --- a/README.md +++ b/README.md @@ -956,13 +956,6 @@ For more information on how to configure [sumneko/lua-language-server](https://g The [rafcamlet/coc-nvim-lua](https://github.com/rafcamlet/coc-nvim-lua/) completion source for [coc.nvim](https://github.com/neoclide/coc.nvim/) provides completion items for the Neovim stdlib. -**TODO**: -- Hot-reloading of modules -- `vim.validate()`? -- Add stuff about unit tests? I know Neovim uses the [busted](https://olivinelabs.com/busted/) framework, but I don't know how to use it for plugins -- Best practices? I'm not a Lua wizard so I wouldn't know -- How to use LuaRocks packages ([wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim)?) - ## Miscellaneous ### vim.loop diff --git a/doc/nvim-lua-guide.txt b/doc/nvim-lua-guide.txt index 49968cd..c57c10e 100644 --- a/doc/nvim-lua-guide.txt +++ b/doc/nvim-lua-guide.txt @@ -1104,16 +1104,6 @@ The rafcamlet/coc-nvim-lua: https://github.com/rafcamlet/coc-nvim-lua/ completion source for coc.nvim: https://github.com/neoclide/coc.nvim/ provides completion items for the Neovim stdlib. - *Todo tasks: -- Hot-reloading of modules -- `vim.validate()`? -- Add stuff about unit tests? I know Neovim uses the busted: -https://olivinelabs.com/busted/ framework, but I don't know how to use -it for plugins -- Best practices? I'm not a Lua wizard so I wouldn't know -- How to use LuaRocks packages wbthomason/packer.nvim: -https://github.com/wbthomason/packer.nvim ? - ============================================================================== MISCELLANEOUS *luaguide-miscellaneous*