mod(nvim): borderless floats

This commit is contained in:
Léana 江 2023-06-24 20:05:33 +02:00 committed by Léana 江
parent ea2457d8d2
commit c5ba8f466d
4 changed files with 28 additions and 21 deletions

View file

@ -4,6 +4,10 @@ local themes = require "telescope.themes"
telescope.setup {
defaults = {
borderchars = {
" ", " ", " ", " ",
" ", " ", " ", " ",
},
mappings = {
i = {
["<esc>"] = actions.close,