mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
mod(nvim): borderless floats
This commit is contained in:
parent
ea2457d8d2
commit
c5ba8f466d
4 changed files with 28 additions and 21 deletions
|
|
@ -4,6 +4,10 @@ local themes = require "telescope.themes"
|
|||
|
||||
telescope.setup {
|
||||
defaults = {
|
||||
borderchars = {
|
||||
" ", " ", " ", " ",
|
||||
" ", " ", " ", " ",
|
||||
},
|
||||
mappings = {
|
||||
i = {
|
||||
["<esc>"] = actions.close,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue