More shells, and beautiful wlogout theming
This commit is contained in:
parent
7b4a8b2fa4
commit
16752e40d5
28 changed files with 434 additions and 119 deletions
dotfiles/neovim/lua/my/plugins
|
@ -210,10 +210,10 @@ end
|
|||
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" })
|
||||
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue