Page MenuHomeDevCentral

Install AstroNvim dependencies on devserver role
AcceptedPublic

Authored by dereckson on Sun, Sep 13, 09:01.

Details

Summary

Improve developer experience by switching from the
abandoned SpaceVim setup to modern Lazy.nvim ecosystem,
with a recommendation to use AstroNvim.

Install bottom, gdu, lazygit, tree-sitter, universal ctags.

On FreeBSD, gdu conflicts with coreutils du, so install it
at /opt/gdu/gdu. Pending a solution upstream to set the binary
path, add a fix_gdu devserver homefiles task to get a symlink
to ~/bin, and show with an example for my profile how to make
that directory take precedence over /usr/local/bin.

Ref T295

Test Plan
  • Run AstroNvim diagnostics
  • generate tags for rOPS and ctrl + click a word
  • <space>tu for gdu fix

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
vim-astronvim
Build Status
Buildable 6874
Build 7162: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Sun, Sep 13, 11:02