mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/bufferlines: move to by-name
This commit is contained in:
parent
4491ce4db2
commit
3211a63306
9 changed files with 0 additions and 5 deletions
|
@ -1,54 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.navic.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.navic = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
icons = {
|
||||
File = " ";
|
||||
Module = " ";
|
||||
Namespace = " ";
|
||||
Package = " ";
|
||||
Class = " ";
|
||||
Method = " ";
|
||||
Property = " ";
|
||||
Field = " ";
|
||||
Constructor = " ";
|
||||
Enum = "";
|
||||
Interface = "";
|
||||
Function = " ";
|
||||
Variable = " ";
|
||||
Constant = " ";
|
||||
String = " ";
|
||||
Number = " ";
|
||||
Boolean = "◩ ";
|
||||
Array = " ";
|
||||
Object = " ";
|
||||
Key = " ";
|
||||
Null = " ";
|
||||
EnumMember = " ";
|
||||
Struct = " ";
|
||||
Event = " ";
|
||||
Operator = " ";
|
||||
TypeParameter = " ";
|
||||
};
|
||||
lsp = {
|
||||
auto_attach = true;
|
||||
preference = [
|
||||
"clangd"
|
||||
"pyright"
|
||||
];
|
||||
};
|
||||
highlight = true;
|
||||
separator = " | ";
|
||||
depth_limit = 10;
|
||||
safe_output = false;
|
||||
click = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue