samba?
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
./element
|
./element
|
||||||
./git
|
./git
|
||||||
./ktouch
|
./ktouch
|
||||||
./lean4
|
|
||||||
./libreoffice
|
./libreoffice
|
||||||
./maestral
|
./maestral
|
||||||
./neovim
|
./neovim
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libsForQt5.dolphin
|
libsForQt5.dolphin
|
||||||
libsForQt5.dolphin-plugins
|
libsForQt5.dolphin-plugins
|
||||||
samba
|
gnome.nautilus
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [ lean ];
|
|
||||||
}
|
|
||||||
@@ -83,7 +83,7 @@ in {
|
|||||||
cabal-install
|
cabal-install
|
||||||
haskellPackages.fourmolu
|
haskellPackages.fourmolu
|
||||||
# Lean
|
# Lean
|
||||||
lean4
|
lean
|
||||||
# Python
|
# Python
|
||||||
ruff-lsp
|
ruff-lsp
|
||||||
nodePackages.pyright
|
nodePackages.pyright
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
return {
|
return {
|
||||||
'Julian/lean.nvim',
|
"Julian/lean.nvim",
|
||||||
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
|
event = { "BufReadPre *.lean", "BufNewFile *.lean" },
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'neovim/nvim-lspconfig',
|
"neovim/nvim-lspconfig",
|
||||||
'nvim-lua/plenary.nvim',
|
"nvim-lua/plenary.nvim",
|
||||||
'hrsh7th/nvim-cmp',
|
-- you also will likely want nvim-cmp or some completion engine
|
||||||
},
|
},
|
||||||
|
|
||||||
-- see details below for full configuration options
|
-- see details below for full configuration options
|
||||||
@@ -13,5 +14,5 @@ return {
|
|||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
},
|
},
|
||||||
mappings = true,
|
mappings = true,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
optional = true,
|
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
init = function()
|
init = function()
|
||||||
vim.o.timeout = true
|
vim.o.timeout = true
|
||||||
|
|||||||
Reference in New Issue
Block a user