diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 11:49:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 11:49:45 +0200 |
commit | 3f1367c3a460f89cafc80f134fbf420543ffb5e6 (patch) | |
tree | 568cb0dc2cb9386b760cc2b7e6c2e922a8442f82 /fnl/plugins.fnl | |
parent | 97335fff57e4cca08bf642d65791c5c18ce8b485 (diff) |
Remove colon for util autoload
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r-- | fnl/plugins.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 2b7fe15..3696598 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -49,8 +49,6 @@ :event :BufWinEnter :config (fn [] (require :config.fidget))} - {1 :jose-elias-alvarez/null-ls.nvim} - {1 :neovim/nvim-lspconfig} {1 :williamboman/mason.nvim :event :BufWinEnter :config (fn [] |