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
This commit is contained in:
6
env/.config/nvim/lua/yourmom/packer.lua
vendored
6
env/.config/nvim/lua/yourmom/packer.lua
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user