change float term border

This commit is contained in:
DefectingCat
2024-01-10 13:17:13 +08:00
parent 22494c02d8
commit 338864aabf
2 changed files with 1 additions and 12 deletions

View File

@ -71,16 +71,5 @@ vim.g.rustaceanvim = function()
dap = {
adapter = cfg.get_codelldb_adapter(codelldb_path, liblldb_path),
},
tools = {
on_initialized = function()
vim.cmd [[
augroup RustLSP
autocmd CursorHold *.rs silent! lua vim.lsp.buf.document_highlight()
autocmd CursorMoved,InsertEnter *.rs silent! lua vim.lsp.buf.clear_references()
autocmd BufEnter,CursorHold,InsertLeave *.rs silent! lua vim.lsp.codelens.refresh()
augroup END
]]
end,
},
}
end

View File

@ -331,7 +331,7 @@ local plugins = {
col = 0.1,
width = 0.8,
height = 0.8,
border = "single",
border = "rounded",
},
},
},