diff options
Diffstat (limited to 'fnl/config/project.fnl')
-rw-r--r-- | fnl/config/project.fnl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fnl/config/project.fnl b/fnl/config/project.fnl index 1617ca5..eceef84 100644 --- a/fnl/config/project.fnl +++ b/fnl/config/project.fnl @@ -1,7 +1,6 @@ ;; Provides project management. -(module config.project {autoload {util config.util}}) -(def- opts {:active true +(local opts {:active true :on_config_done nil :manual_mode false :detection_methods [:patterns] @@ -11,4 +10,6 @@ :ignore_lsp {} :datapath (vim.fn.stdpath :data)}) -(util.setup :project_nvim opts) + {1 :ahmedkhalf/project.nvim + :event :BufReadPre + :config opts} |