Skip to content

oblitum/vim-timings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Timings

Assorted codes for checking completion speed.

coc.nvim vs nvim-cmp

  • :so timings.vim
  • <leader>T to start recording delays between InsertCharPre and CompleteChanged
  • type some code
  • <leader>T to stop recording delays
  • :TimingsSave examples/cmp-timings.json nvim-cmp to export timings with a given title
  • $julia -i -- timings.jl examples/coc-timings.json examples/cmp-timings.json to plot timing series
  • call timings(ARGS) from Julia REPL to refresh plots for updated data
GPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published