You've already forked dotfiles
fix: biscuits bad
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
return {
|
||||
'code-biscuits/nvim-biscuits',
|
||||
config = function ()
|
||||
require('nvim-biscuits').setup({
|
||||
default_config = {
|
||||
max_length = 3,
|
||||
trim_by_words = true,
|
||||
min_distance = 5,
|
||||
prefix_string = " 📎 ",
|
||||
},
|
||||
-- on_events = { 'InsertLeave', 'CursorHoldI' },
|
||||
max_file_size = '250kb',
|
||||
-- show_on_start = true,
|
||||
cursor_line_only = true,
|
||||
language_config = {
|
||||
markdown = {
|
||||
disabled = true
|
||||
}
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user