restructuring
This commit is contained in:
parent
bd6c9e6d7e
commit
31b1b98809
15 changed files with 260 additions and 233 deletions
|
|
@ -14,6 +14,7 @@
|
|||
lsp = {
|
||||
enable = true;
|
||||
|
||||
inlayHints.enable = true;
|
||||
formatOnSave = true;
|
||||
lspkind.enable = true;
|
||||
lspsaga.enable = false;
|
||||
|
|
@ -126,4 +127,13 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.desktopEntries.nvim-foot = {
|
||||
name = "Neovim (foot)";
|
||||
comment = "Edit text files with Neovim in foot terminal";
|
||||
icon = "nvim";
|
||||
exec = "foot -e nvim %F";
|
||||
categories = ["Utility" "TextEditor" "Development"];
|
||||
mimeType = ["text/plain" "text/x-makefile" "application/x-shellscript"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue