forked from Shinonome/fred-neovim
Added csharp format support, cleaned neo-tree's aesthetics a bit
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
group = "Debug";
|
||||
icon = "";
|
||||
}
|
||||
{
|
||||
__unkeyed-1 = "<leader>c";
|
||||
group = "Code Actions";
|
||||
icon = "";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
@@ -288,5 +293,19 @@
|
||||
action = "<CMD>BufferLineCloseLeft<CR>";
|
||||
options = { desc = "Delete Buffers to the Left"; };
|
||||
}
|
||||
|
||||
# Code Actions
|
||||
{
|
||||
mode = "n";
|
||||
key = "H";
|
||||
action = "<CMD>lua vim.diagnostic.open_float()<CR>";
|
||||
options = { desc = "Popup Diagnostics"; };
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>cd";
|
||||
action = "<CMD>Trouble diagnostics toggle<CR>";
|
||||
options = { desc = "List All Diagnostics"; };
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user