mirror of
https://github.com/nanotee/nvim-lua-guide
synced 2024-11-15 06:13:00 +00:00
remove some todo items
This commit is contained in:
parent
ecc480d791
commit
1e211075b1
@ -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
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user