mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 02:04:34 +02:00
poc with local prettier working
This commit is contained in:
parent
4fad35a7e1
commit
eceb656b4b
7 changed files with 86 additions and 42 deletions
|
@ -42,6 +42,11 @@ function lv_utils.define_augroups(definitions) -- {{{1
|
|||
end
|
||||
end
|
||||
|
||||
function lv_utils.unrequire(m)
|
||||
package.loaded[m] = nil
|
||||
_G[m] = nil
|
||||
end
|
||||
|
||||
lv_utils.define_augroups {
|
||||
|
||||
_general_settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue