Skip to content

Commit 5f6c777

Browse files
author
Denzel
committed
update lazy.nvim setup instruction in README
cmake-tools.nvim requires `setup()` to be called to work properly
1 parent fccf6ce commit 5f6c777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The goal of this plugin is to offer a comprehensive, convenient, and powerful wo
1717
- Allow integerating with [overseer](https://github.com/stevearc/overseer.nvim), optional, if you want this feature, please install it firstly.
1818
- Allow integerating with [toggleterm](https://github.com/akinsho/toggleterm.nvim), optional, if you want this feature, please install it firstly.
1919
- Install it like any other Neovim plugin.
20-
- [lazy.nvim](https://github.com/folke/lazy.nvim): `return { 'Civitasv/cmake-tools.nvim' }`
20+
- [lazy.nvim](https://github.com/folke/lazy.nvim): `return { 'Civitasv/cmake-tools.nvim', opts = {} }`
2121
- [packer.nvim](https://github.com/wbthomason/packer.nvim): `use 'Civitasv/cmake-tools.nvim'`
2222
- [vim-plug](https://github.com/junegunn/vim-plug): `Plug 'Civitasv/cmake-tools.nvim'`
2323

0 commit comments

Comments
 (0)