remove useless stderr fields
This commit is contained in:
parent
de6969e982
commit
1a4573a4e4
2 changed files with 4 additions and 5 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue