xrdb autocmd for nvim
This commit is contained in:
parent
8671663e1a
commit
dc15116f16
1 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,13 @@ local autocmds = {
|
|||
command = "!shortcuts"
|
||||
},
|
||||
},
|
||||
{ -- Trigger xrdb
|
||||
"BufWritePost",
|
||||
{
|
||||
pattern = { "xresources" },
|
||||
command = "!xrdb %"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
vim.api.nvim_create_augroup("user_config", { clear = true })
|
||||
|
|
Loading…
Add table
Reference in a new issue