add lsp, update neo-tree config and add bufferline
This commit is contained in:
parent
aa3c28cd64
commit
8a113cfce8
6 changed files with 270 additions and 7 deletions
|
|
@ -1,14 +1,13 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
{
|
||||
plugins.neo-tree = {
|
||||
enable = true;
|
||||
sources = [ "filesystem" "buffers" "git_status" "document_symbols" ];
|
||||
addBlankLineAtTop = true;
|
||||
|
||||
sources = ["filesystem" "buffers" "git_status" "document_symbols"];
|
||||
addBlankLineAtTop = false;
|
||||
|
||||
filesystem = {
|
||||
bindToCwd = false;
|
||||
};
|
||||
|
||||
|
||||
defaultComponentConfigs = {
|
||||
indent = {
|
||||
expanderCollapsed = "";
|
||||
|
|
@ -17,5 +16,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue