From 3f66b63f35457f4d19f7aec49ce4bae985fd4d4b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 6 Jan 2024 00:12:08 +0100 Subject: Remove check for init for plugins --- fnl/aktersnurra.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/aktersnurra.fnl b/fnl/aktersnurra.fnl index adf6598..43fdcbb 100644 --- a/fnl/aktersnurra.fnl +++ b/fnl/aktersnurra.fnl @@ -4,7 +4,7 @@ path (.. (vim.fn.stdpath :config) :/fnl/plugins)] (each [fname (vim.fs.dir path)] (let [fname (fname:match "^(.*)%.fnl$")] - (if (and (not= fname nil) (not= fname :icons)) + (if (and (not= fname nil)) (table.insert plugins (require (.. :plugins. fname)))))) (table.insert plugins (require :plugins.lsp)) plugins)) -- cgit v1.2.3-70-g09d2