diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-12-29 02:42:08 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-12-29 02:42:08 -0600 |
| commit | 0300e55167f1df80b6dddf946bb16a2c063b6d67 (patch) | |
| tree | 2fb07df62c530e15fabbd6bcfaf2d7f1bd73505f /env/.config/nvim/lua/yourmom | |
| parent | 5c4872f306338944e0bbaa60db7157c5c828028d (diff) | |
Squashed commit of the following:
- set icons for mon2 in i3
- exluded a blender render dir
- two flash backup thingys
- lfrc filebrowser dectetion and formatting
- changed music dir for mpd
- moved browser backup to its own script. log too big
- added DIAGRAM_PLANTUML_CLASSPATH var for plantuml
- added web reqs script
- added asciidoc preview
- fixed ft_to_lang error by disabling treesitter in telescope
- copy media script
Diffstat (limited to 'env/.config/nvim/lua/yourmom')
| -rwxr-xr-x | env/.config/nvim/lua/yourmom/packer.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/env/.config/nvim/lua/yourmom/packer.lua b/env/.config/nvim/lua/yourmom/packer.lua index d6115f7..317471e 100755 --- a/env/.config/nvim/lua/yourmom/packer.lua +++ b/env/.config/nvim/lua/yourmom/packer.lua @@ -93,4 +93,10 @@ return require('packer').startup(function(use) -- requires = { 'echasnovski/mini.icons', opt = true }, -- if you use standalone mini plugins -- requires = { 'nvim-tree/nvim-web-devicons', opt = true }, -- if you prefer nvim-web-devicons }) + + + use({ + 'tigion/nvim-asciidoc-preview', + run = 'cd server && npm install --omit=dev', + }) end) |
