30 lines
855 B
Markdown
30 lines
855 B
Markdown
---
|
|
title: 'Neovim: A Config Debugging Tale'
|
|
date: 2023-10-30T14:03:21-04:00
|
|
tags: [""]
|
|
author: "Me"
|
|
showToc: true
|
|
TocOpen: false
|
|
draft: true
|
|
hidemeta: false
|
|
description: "If you have used Neovim and it's massive plugin ecosystem for any length of time, then you're aware that
|
|
debugging just comes with the territory. Here's my tale. Warning: It hasn't been solved at the time of writing."
|
|
disableHLJS: true
|
|
disableShare: false
|
|
disableHLJS: false
|
|
hideSummary: false
|
|
searchHidden: true
|
|
ShowReadingTime: true
|
|
ShowBreadCrumbs: true
|
|
ShowPostNavLinks: true
|
|
ShowWordCount: true
|
|
ShowRssButtonInSectionTermList: true
|
|
UseHugoToc: true
|
|
cover:
|
|
image: "neovim-debug-config-tale.png"
|
|
alt: "Neovim logo, debugging icon, coding icon, pulse.nvim logo"
|
|
caption: "Debugging your Neovim Config... A tale as old as time."
|
|
relative: false
|
|
hidden: true
|
|
---
|