Compare commits
2 commits
df8b05d1bc
...
06e6057638
| Author | SHA1 | Date | |
|---|---|---|---|
| 06e6057638 | |||
| 0813266c74 |
2 changed files with 2 additions and 1 deletions
1
.config/nvim/.gitignore
vendored
1
.config/nvim/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
plugged/
|
||||
plugin/packer_compiled.lua
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ local no_errors, error_msg = pcall(function()
|
|||
|
||||
local time
|
||||
local profile_info
|
||||
local should_profile = false
|
||||
local should_profile = true
|
||||
if should_profile then
|
||||
local hrtime = vim.loop.hrtime
|
||||
profile_info = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue