Rosepine theme!
This commit is contained in:
parent
2efcb0b1a5
commit
493954c1e3
23 changed files with 464 additions and 262 deletions
dotfiles/neovim/lua/my/plugins
|
@ -188,12 +188,12 @@ end
|
|||
-- {{{ Main config function
|
||||
function lspconfig.config()
|
||||
diagnostics_icons()
|
||||
-- {{{ Change on-hover borders
|
||||
vim.lsp.handlers["textDocument/hover"] =
|
||||
vim.lsp.with(vim.lsp.handlers.hover, { border = "single" })
|
||||
vim.lsp.handlers["textDocument/signatureHelp"] =
|
||||
vim.lsp.with(vim.lsp.handlers.signature_help, { border = "single" })
|
||||
-- }}}
|
||||
-- -- {{{ Change on-hover borders
|
||||
-- vim.lsp.handlers["textDocument/hover"] =
|
||||
-- vim.lsp.with(vim.lsp.handlers.hover, { border = "single" })
|
||||
-- vim.lsp.handlers["textDocument/signatureHelp"] =
|
||||
-- vim.lsp.with(vim.lsp.handlers.signature_help, { border = "single" })
|
||||
-- -- }}}
|
||||
|
||||
local capabilities = M.capabilities()
|
||||
-- Setup basic language servers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue