Skip to content

Commit 8148e9b

Browse files
Add installation instruction for lazy.nvim (#244)
1 parent 7fcfd73 commit 8148e9b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,23 @@
4343

4444
### Install
4545

46+
* Using [lazy.nvim](https://github.com/folke/lazy.nvim)
47+
48+
```lua
49+
return {
50+
'davidgranstrom/scnvim',
51+
ft = 'supercollider',
52+
config = function()
53+
local scnvim = require 'scnvim'
54+
local map = scnvim.map
55+
local map_expr = scnvim.map_expr
56+
scnvim.setup {
57+
-- your config here
58+
}
59+
end
60+
}
61+
```
62+
4663
* Using [packer.nvim](https://github.com/wbthomason/packer.nvim)
4764

4865
```lua

0 commit comments

Comments
 (0)