remove useless stderr fields

This commit is contained in:
Barrett Ruth 2025-10-02 20:45:27 -04:00
parent de6969e982
commit 1a4573a4e4
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,7 @@
local M = {}
--- Configure the buffer with good defaults
---@param filetype? string
function M.create_buffer_with_options(filetype)
local buf = vim.api.nvim_create_buf(false, true)
vim.api.nvim_set_option_value('bufhidden', 'wipe', { buf = buf })