This commit is contained in:
2024-05-02 11:03:20 +02:00
parent 9d2b6f8d08
commit e5cd70ffa5
6 changed files with 9 additions and 15 deletions

View File

@@ -7,7 +7,6 @@
./element
./git
./ktouch
./lean4
./libreoffice
./maestral
./neovim

View File

@@ -4,6 +4,6 @@
home.packages = with pkgs; [
libsForQt5.dolphin
libsForQt5.dolphin-plugins
samba
gnome.nautilus
];
}

View File

@@ -1,5 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ lean ];
}

View File

@@ -83,7 +83,7 @@ in {
cabal-install
haskellPackages.fourmolu
# Lean
lean4
lean
# Python
ruff-lsp
nodePackages.pyright

View File

@@ -1,10 +1,11 @@
return {
'Julian/lean.nvim',
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
"Julian/lean.nvim",
event = { "BufReadPre *.lean", "BufNewFile *.lean" },
dependencies = {
'neovim/nvim-lspconfig',
'nvim-lua/plenary.nvim',
'hrsh7th/nvim-cmp',
"neovim/nvim-lspconfig",
"nvim-lua/plenary.nvim",
-- you also will likely want nvim-cmp or some completion engine
},
-- see details below for full configuration options
@@ -13,5 +14,5 @@ return {
on_attach = on_attach,
},
mappings = true,
}
},
}

View File

@@ -1,7 +1,6 @@
return {
{
"folke/which-key.nvim",
optional = true,
event = "VeryLazy",
init = function()
vim.o.timeout = true