From ec57c34ea46666ed596907e287bf8520d7b6441a Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 6 Jul 2022 14:49:44 -0700 Subject: [PATCH] include hammerspoon globals in fennel linter --- nvim/fnl/init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/fnl/init.fnl b/nvim/fnl/init.fnl index f8a1120..6a782d0 100644 --- a/nvim/fnl/init.fnl +++ b/nvim/fnl/init.fnl @@ -89,7 +89,7 @@ {:fennel fennel-linter} linters {: nvim_create_autocmd} vim.api] (tset linters-by-ft :fennel [:fennel]) - (tset fennel-linter :globals [:vim]) ; hack + (tset fennel-linter :globals [:vim :hs :spoon]) ; hack for neovim and hammerspoon (nvim_create_autocmd :BufWritePost {:callback #(try-lint)})) ;;; lspconfig