lean
This commit is contained in:
parent
1fe3095197
commit
4d191d9a30
|
@ -137,7 +137,7 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701263465,
|
"lastModified": 1701455942,
|
||||||
"narHash": "sha256-lNXUIlkfyDyp9Ox21hr+wsEf/IBklLvb6bYcyeXbdRc=",
|
"narHash": "sha256-lNXUIlkfyDyp9Ox21hr+wsEf/IBklLvb6bYcyeXbdRc=",
|
||||||
"owner": "NixOs",
|
"owner": "NixOs",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
|
|
|
@ -83,6 +83,7 @@ in
|
||||||
vimv
|
vimv
|
||||||
rzk
|
rzk
|
||||||
whalebird
|
whalebird
|
||||||
|
lean4
|
||||||
];
|
];
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
|
@ -188,6 +189,10 @@ in
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
require('orgmode').setup({})
|
require('orgmode').setup({})
|
||||||
|
require('lean').setup({
|
||||||
|
lsp = { on_attach = on_attach },
|
||||||
|
mappings = true,
|
||||||
|
})🐈
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd('LspAttach', {
|
vim.api.nvim_create_autocmd('LspAttach', {
|
||||||
callback = function(args)
|
callback = function(args)
|
||||||
|
@ -286,6 +291,7 @@ in
|
||||||
org
|
org
|
||||||
]))
|
]))
|
||||||
vim-obsession
|
vim-obsession
|
||||||
|
lean-nvim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user