make neovim do less neovimming

This commit is contained in:
Daylin Morgan 2023-03-05 14:07:20 -06:00
parent b7dc2cfa33
commit bbbb46a711
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
target = "~/bin/" target = "~/bin/"
asset_filters = ["^musl"] asset_filters = ["^musl"]
["solidiquis/erdtree"]
asset_filters = ["x86_64-unknown-linux-gnu"]
file = "et"
["ellie/atuin"] ["ellie/atuin"]
["sharkdp/bat"] ["sharkdp/bat"]

View file

@ -1,5 +1,5 @@
return { return {
{ "folke/lazy.nvim", version = false }, { "folke/lazy.nvim", version = false, checker = { enabled = false } },
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
version = false, version = false,