You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Efertone 89b1dacb83
Update + re-enable ultisnips
I need a snippet manager:
https://github.com/hrsh7th/nvim-cmp/issues/268#issuecomment-932450557

Signed-off-by: Efertone <efertone@pm.me>
3 days ago
compiler commit changes 1 year ago
ftdetect change airline theme 2 months ago
ftplugin presentation format 11 months ago
lua Update + re-enable ultisnips 3 days ago
snips fix rust implDisplay snippet 3 months ago
spell extras 10 months ago
vimfiles add age support 1 month ago
.dockerignore commit changes 1 year ago
.gitignore Squash for a new start 1 year ago
Dockerfile commit changes 1 year ago
init.lua Migrate from packer to lazy.nvim 2 months ago
lazy-lock.json Update + re-enable ultisnips 3 days ago
readme.md readme: add hyperfine 2 months ago

readme.md

My NeoVim Setup

Install packer

git clone https://github.com/wbthomason/packer.nvim \
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Initial setup

:PackerInstall
:PackerCompile

Update

:PackerSync

Quicktype

npm install -g quicktype

Startup benchmarking

hyperfine "nvim --headless +qa" --warmup 5