Remove different highlighting for edgetools, also, remove trouble symbols window
This commit is contained in:
parent
ca811aa81c
commit
a05c7ef81c
3 changed files with 0 additions and 106 deletions
|
|
@ -34,7 +34,6 @@ local function toggle_terminal()
|
|||
|
||||
vim.api.nvim_win_set_height(terminal_window, height)
|
||||
vim.api.nvim_win_set_option(terminal_window, "winfixheight", true)
|
||||
vim.api.nvim_win_set_option(terminal_window, "winhighlight", "Normal:EdgeTool,FloatBorder:EdgeTool")
|
||||
utils.lock_buf_to_window(terminal_window, terminal_bufnr, "terminal")
|
||||
vim.api.nvim_command("startinsert")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue