diff --git a/lua/neoterm.lua b/lua/neoterm.lua index 89ee471..cbc3625 100644 --- a/lua/neoterm.lua +++ b/lua/neoterm.lua @@ -203,7 +203,6 @@ function neoterm.open(opts) if buf_created then vim.cmd([[term]]) state.chan = vim.b.terminal_job_id - vim.api.nvim_buf_set_name(state.bufh, "neoterm") vim.api.nvim_buf_set_option(state.bufh, "buflisted", false) end end