summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorMike Vink <>2023-04-14 20:17:15 +0200
committerMike Vink <>2023-04-14 20:17:15 +0200
commit9a14b98550239a6ec7eb16d19eabfbfabf28f3e6 (patch)
treea5a5c23b6ab7ae1bf42396c226d892ede461bf02 /fnl
parentfaa30a17f9581590fdac156280147effd0e51f46 (diff)
parinfer messing me up again
Diffstat (limited to 'fnl')
-rw-r--r--fnl/conf/pkgs/cmp.fnl5
1 files changed, 3 insertions, 2 deletions
diff --git a/fnl/conf/pkgs/cmp.fnl b/fnl/conf/pkgs/cmp.fnl
index 8e572fe..99fa55d 100644
--- a/fnl/conf/pkgs/cmp.fnl
+++ b/fnl/conf/pkgs/cmp.fnl
@@ -57,8 +57,9 @@
:<CR> (cmp.mapping.confirm {:behavior (enum :ConfirmBehavior
:Replace)
:select true})}
- :sources (cmp.config.sources [{:name :nvim_lsp
- {:name :path} {:name :luasnip}}])})
+ :sources (cmp.config.sources [{:name :nvim_lsp}
+ {:name :path}
+ {:name :luasnip}])})
(if (not autocomplete) (tset cfg :completion {:autocomplete false}))
;; (print (vim.inspect cfg))
(cmp.setup cfg)