mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
change float term border
This commit is contained in:
@ -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
|
||||
|
@ -331,7 +331,7 @@ local plugins = {
|
||||
col = 0.1,
|
||||
width = 0.8,
|
||||
height = 0.8,
|
||||
border = "single",
|
||||
border = "rounded",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user