diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-21 01:50:54 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-21 01:50:54 +0100 |
commit | 7a89e32370c97a57650159280e6e6acb100c7629 (patch) | |
tree | 1c3cd25760f6c00625e31257129a67070741ccc2 /fnl/plugins.fnl | |
parent | 8681ba3f043c2c1a60156cc717c4d9de3b5f3825 (diff) |
Remove startup plugin
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r-- | fnl/plugins.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 6a20e25..254a495 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -73,7 +73,6 @@ :cmd :ToggleTerm :config (fn [] (require :config.toggleterm))} - {1 :dstein64/vim-startuptime :cmd :StartupTime} ;; Search plugins {1 :nvim-telescope/telescope-fzf-native.nvim :build :make} {1 :nvim-telescope/telescope-frecency.nvim :dependencies :tami5/sqlite.lua} |