Removes biscuit config

This commit is contained in:
Jonathan Hodgson 2022-04-12 09:01:28 +01:00
parent 4f3593ad00
commit 56fe4940c0
2 changed files with 0 additions and 13 deletions

View file

@ -1 +0,0 @@
highlight BiscuitColor gui=italic

View file

@ -1,12 +0,0 @@
lua <<EOF
require('nvim-biscuits').setup({
default_config = {
min_distance = 3,
prefix_string = " "
},
show_on_start = true,
toggle_keybind = "<leader>cb"
})
EOF