15 lines
187 B
Nix
15 lines
187 B
Nix
_:
|
|
{
|
|
vim = {
|
|
lsp = {
|
|
lspkind = {
|
|
enable = true;
|
|
setupOpts = {
|
|
mode = "symbol_text";
|
|
preset = "codicons";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|