We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9405868 commit 49ccc96Copy full SHA for 49ccc96
lazy.lua
@@ -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
@@ -1,3 +1,4 @@
-std = "neovim"
+std = 'neovim'
-[rules]
+[rules]
+mixed_table = 'allow'
0 commit comments