Set a window border for nvim popups

This commit is contained in:
Michael Yockey
2025-07-20 22:52:25 -04:00
parent cb925f21da
commit f8efc77d79

View File

@@ -27,6 +27,8 @@ vim.wo.relativenumber = true
vim.g.mapleader = '\\'
vim.opt.winborder = 'rounded'
vim.api.nvim_command('filetype plugin on')
vim.api.nvim_create_autocmd(