config.nvim icon indicating copy to clipboard operation
config.nvim copied to clipboard

install requirements

Open cdenneen opened this issue 1 year ago • 1 comments

Cloned this to clean Ubuntu vm. Installed neovim, fzf, ripgrep. Tried to run neovim and got:

Error detected while processing /home/chris1/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/chris1/.config/nvim/init.lua:9: attempt to index field 'uv' (a nil value)
stack traceback:
        /home/chris1/.config/nvim/init.lua:9: in main chunk
Error detected while processing /home/chris1/.config/nvim/plugin/misery.lua:
E5113: Error while calling lua chunk: /home/chris1/.config/nvim/plugin/misery.lua:12: Vim:E484: Can't open file /home/tjdevries/plugins/misery.nvim/plugin/misery.lua
stack traceback:
        [C]: in function 'source'
        /home/chris1/.config/nvim/plugin/misery.lua:12: in main chunk

cdenneen avatar May 17 '24 17:05 cdenneen

This config references local plugins outside the config folder, I would treat this config as a reference and not a 'distro'.

Reading the friendly message: E5113: Error while calling lua chunk: /home/chris1/.config/nvim/plugin/misery.lua:12: Vim:E484: Can't open file /home/tjdevries/plugins/misery.nvim/plugin/misery.lua

plugins/misery.lua

--[[
--
-- You can ignore this file, it's just for goofy shenanigans
-- related to misery.nvim, not towards my real config
--
--]]

misery.nvim allows twitch.tv viewers to send tj "gifts" using twitch.tv points to make the personal nvim config rewrite more 'exciting' 😈

autokludge avatar May 18 '24 09:05 autokludge

This isn't for other people to install :) it's just for a reference so people can see what my config looks like!

tjdevries avatar May 20 '24 18:05 tjdevries

@tjdevries I was trying to follow along with the rewrite videos on YouTube.

Any plans to have repo dedicated to those rewrites so they are a bit more useable? Maybe a video starting with kickstart.nvim and breaking that into configuration files from one large init.lua?

Maybe even recommendations to expand onto that base with things like tmux-vim-navigator? fugitive or neogit (probably less context switching than lazyGit but could be there as backup)?

cdenneen avatar May 20 '24 18:05 cdenneen