Neovim_Backup/lua/plugins/vista.lua

4 lines
135 B
Lua
Raw Normal View History

2021-12-16 02:15:56 -06:00
vim.g.vista_disable_statusline = 1
vim.g.vista_icon_indent = { "╰─▸ ", "├─▸ " }
vim.g.vista_default_executive = 'nvim_lsp'