dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/lsp-lines.lua


return {
	url = "https://git.sr.ht/~whynothugo/lsp_lines.nvim",
	lazy = true,
	init = function()
		vim.keymap.set(
			"",
			"<Leader>ll",
			require("lsp_lines").toggle,
			{ desc = "toggle lsp_lines" }
		)
	end,
	config = function()
		 require("lsp_lines").setup()
	end,
}

Download

raw zip tar