feat: enable some integrations for neogit

This commit is contained in:
Youwen Wu 2024-09-18 01:00:47 -07:00
parent e935980efe
commit c074ca3615
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 23 additions and 0 deletions

View file

@ -83,8 +83,14 @@
settings = { settings = {
graph_style = "unicode"; graph_style = "unicode";
popup.kind = "floating"; popup.kind = "floating";
integrations = {
diffview = true;
telescope = true;
};
}; };
}; };
diffview.enable = true;
# The greatest QoL plugin of all time. Renders codeblocks, formatting, etc # The greatest QoL plugin of all time. Renders codeblocks, formatting, etc
# in LSP popup buffers too. GUI users will never flex on you with their # in LSP popup buffers too. GUI users will never flex on you with their
# typesetting again! # typesetting again!

View file

@ -1,5 +1,21 @@
{ {
"nodes": { "nodes": {
"cellular-automaton": {
"flake": false,
"locked": {
"lastModified": 1719777869,
"narHash": "sha256-nIv7ISRk0+yWd1lGEwAV6u1U7EFQj/T9F8pU6O0Wf0s=",
"owner": "Eandrju",
"repo": "cellular-automaton.nvim",
"rev": "11aea08aa084f9d523b0142c2cd9441b8ede09ed",
"type": "github"
},
"original": {
"owner": "Eandrju",
"repo": "cellular-automaton.nvim",
"type": "github"
}
},
"devshell": { "devshell": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -314,6 +330,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"cellular-automaton": "cellular-automaton",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"haskell-tools": "haskell-tools", "haskell-tools": "haskell-tools",
"lsp-progress": "lsp-progress", "lsp-progress": "lsp-progress",