mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: enable some integrations for neogit
This commit is contained in:
parent
e935980efe
commit
c074ca3615
2 changed files with 23 additions and 0 deletions
|
@ -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!
|
||||||
|
|
17
flake.lock
17
flake.lock
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue