feat: per-plugin border styles

defaults to the value of globalStyle, can be overriden
This commit is contained in:
raf 2023-07-26 10:27:57 +03:00
commit cc1f1b2ed8
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
7 changed files with 59 additions and 11 deletions

View file

@ -27,7 +27,7 @@ in {
vim.luaConfigRC.codewindow = nvim.dag.entryAnywhere ''
local codewindow = require('codewindow')
codewindow.setup({
exclude_filetypes = { 'NvimTree', 'orgagenda'},
exclude_filetypes = { 'NvimTree', 'orgagenda', 'Alpha'},
})
'';
};