We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc00c7 commit 44f38c4Copy full SHA for 44f38c4
2 files changed
fnl/core.fnl
@@ -37,7 +37,7 @@
37
(vim.api.nvim_create_autocmd :FileType
38
{:group g
39
:pattern "fennel,lisp"
40
- :command "setlocal lisp iskeyword-=_ iskeyword-=."})
+ :command "setlocal lisp iskeyword-=."})
41
42
43
:pattern :make
0 commit comments