2024-06-07 17:07:38 +02:00
|
|
|
{
|
|
|
|
|
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astrocore_options.lua#L49-L53
|
2024-06-07 22:51:48 +02:00
|
|
|
g.markdown_recommended_style = 0;
|
|
|
|
|
|
|
|
|
|
t.bufs.__raw = ''
|
|
|
|
|
(function()
|
|
|
|
|
if not vim.t.bufs then vim.t.bufs = vim.api.nvim_list_bufs() end
|
|
|
|
|
return vim.t.bufs
|
|
|
|
|
end)()
|
|
|
|
|
'';
|
2024-06-07 17:07:38 +02:00
|
|
|
}
|