[nvim] profile.nvim

This commit is contained in:
odrling 2022-09-29 15:25:34 +02:00
parent 8e348fcb21
commit 74d8559617
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75
3 changed files with 6 additions and 1 deletions

View file

@ -120,6 +120,9 @@
(use! :gbprod/yanky.nvim
:module :config.yanky)
;; profiling
(use! :stevearc/profile.nvim)
; Interface
(use! :projekt0n/github-nvim-theme)
(use! :joeytwiddle/sexy_scroller.vim

View file

@ -1,4 +1,4 @@
-- :fennel:1663627950
-- :fennel:1664457448
local pack = "packer"
local function bootstrap(url)
_G.assert((nil ~= url), "Missing argument url on initfnl/init.fnl:4")
@ -92,6 +92,7 @@ do
_10_ = tbl_15_auto
end
_G.tangerine_recompiled_packer = (#_10_ > 0)
require("profiling")
require("settings")
require("before")
return require("sync")

View file

@ -39,6 +39,7 @@
0))
(require :profiling)
(require :settings)
(require :before)
(require :sync)