mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
dfbe7acbc4c34c3e8eb6a1a21a44406f5f066292
- Update dressing.nvim to commit b2c644abfaae7523bb393b0c452adf3ebdaf53dc - Update fzf to commit 1a9ea6f738cfafab83a5e0e828e60f0bf68bffee The dependencies dressing.nvim and fzf were updated to their latest commits to ensure compatibility and take advantage of any bug fixes or new features.
Absolute VIM Configuration
Introduction
Here's the VIM configuration I'm going to be using for most of my professional work this year. There may be changes as I discover new plugins. I intent to personalize this to my taste and coding conventions. Feel free to try it out if you fancy 😄.
Installation
git clone https://github.com/boxpositron/absolute-vim ~/.config/nvim --depth 1 && nvim
Important
I built this to be compatible with Apple Silicon. It should work with other platforms. I've just removed any incompatible plugins.
Components
Package Manager
I'm using lazy.nvim to manage all the packages. I setup the project to use the after directory as well. Lazy does not need to use this but I set it up incase you want to switch to a different package manager like packer. You'll notice I require the plugin file from after in the config function for the plugin. It's worked for me and it keeps things organized.
Description
Languages
Lua
100%