plugins/bufferlines: move to by-name

This commit is contained in:
Matt Sturgeon 2024-09-05 02:28:48 +01:00
parent 4491ce4db2
commit 3211a63306
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
9 changed files with 0 additions and 5 deletions

View file

@ -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;
};
};
};
}