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:
5
env/.config/nvim/after/plugin/telescope.lua
vendored
5
env/.config/nvim/after/plugin/telescope.lua
vendored
@@ -9,7 +9,10 @@ if ok then
|
||||
["d"] = action.delete_buffer,
|
||||
["q"] = action.close,
|
||||
}
|
||||
}
|
||||
},
|
||||
preview = {
|
||||
treesitter = false,
|
||||
},
|
||||
},
|
||||
pickers = {
|
||||
find_files = {
|
||||
|
||||
Reference in New Issue
Block a user