Skip to content

Commit 49ccc96

Browse files
committed
feat(spec): add lazy.nvim plugin spec
1 parent 9405868 commit 49ccc96

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

lazy.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
return {
2+
{
3+
'liljaylj/codestats.nvim',
4+
dependencies = {},
5+
event = { 'TextChanged', 'InsertEnter' },
6+
cmd = { 'CodeStatsXpSend', 'CodeStatsProfileUpdate' },
7+
opts = {},
8+
},
9+
{ 'nvim-lua/plenary.nvim', lazy = true },
10+
}

selene.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
std = "neovim"
1+
std = 'neovim'
22

3-
[rules]
3+
[rules]
4+
mixed_table = 'allow'

0 commit comments

Comments
 (0)