Dotfiles/site-modules/core/files/vim
Ade Attwood 4cffec6e7f chore(vim): remove indent-line, orgmode, and conjure
Indent Line is no longer in use; it's quite an old plugin, and there are
likely better ways to implement this functionality. For now, I won't be
using any indent markers, and we'll see how that goes. If I encounter
issues, I will explore alternative plugins.

Orgmode was an attempt to bring over the knowledge base from Emacs. Vim
doesn't have the same workflow as Emacs, and everything is less tightly
integrated into a single application. I have now transitioned to using
Markdown and Obsidian, focusing on the more widely-used Markdown
integration.

Conjure is too heavy for my needs. All I require is a simple plugin to
execute Clojure in a REPL. This plugin conflicts with many other plugins
and filetypes, where the LSP (Language Server Protocol) should handle
most of the heavy lifting. I've created my own plugin for my very basic
use case.

See: https://github.com/AdeAttwood/nrepl.nvim
2023-11-08 07:43:50 +00:00
..
after feat(vim): improve markdown editing with long wrapping lines 2023-11-04 07:20:10 +00:00
ftplugin feat(vim): add prr plugin for a better code review experience 2023-10-15 15:40:41 +01:00
plugin chore(vim): remove indent-line, orgmode, and conjure 2023-11-08 07:43:50 +00:00
snippets/snippets feat(vim): add some snippets for markdown and reviewing 2023-11-04 08:47:23 +00:00
spell refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
init.vim refactor(vim): don't highlight search results 2023-11-04 07:28:30 +00:00