mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 23:59:25 +00:00
[neovim] Add neotest plugin
This commit is contained in:
@ -10,6 +10,7 @@ require("noice").setup({
|
||||
mini = {
|
||||
backend = "mini",
|
||||
align = "message-left",
|
||||
focusable = false,
|
||||
position = {
|
||||
row = "98%",
|
||||
col = "0%",
|
||||
@ -22,6 +23,13 @@ require("noice").setup({
|
||||
messages = {
|
||||
view_search = false,
|
||||
},
|
||||
lsp = {
|
||||
override = {
|
||||
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
["vim.lsp.util.stylize_markdown"] = true,
|
||||
["cmp.entry.get_documentation"] = true,
|
||||
},
|
||||
},
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
|
Reference in New Issue
Block a user