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 |
||
|---|---|---|
| data | ||
| img | ||
| lib | ||
| manifests | ||
| modules | ||
| scripts | ||
| site-modules/core | ||
| .gitignore | ||
| .luacheckrc | ||
| .stylua.toml | ||
| bolt-project.yaml | ||
| bolt.yaml | ||
| hiera.yaml | ||
| Puppetfile | ||
| README.md | ||
Dotfiles EST 2015
Personal system configuration
This is my over complicated system configuation managed with Puppet, containing all the usual tools you would expect from a terminal development workflow.
Prerequisites
Before you consider using this configuration, it is recommended that you have your own repository and you just take what you need from this repository and adapt it to your needs. If you really want this configuration then it is recommended that you fork, review the code and remove anything you don't need.
To install the configuration Puppet Bolt and Git are required to on the system so you can run the install scripts.
Install
NOTE: Currently the only OS supported is Ubuntu MATE, up until 2020 Ubuntu Desktop was used at work so that should have good support but really any Debian system should be OK.
# Clone the repo
git clone https://gitlab.com/adeattwood/dotfiles.git ~/.dotfiles
# Apply the configuration
site-modules/core/files/bin/dotfiles apply
