tokei, nix-command, nvim config
This commit is contained in:
parent
5ee8ef0271
commit
b9d5a6ae7a
3 changed files with 15 additions and 0 deletions
|
@ -87,6 +87,18 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"neovim/nvim-lspconfig",
|
||||||
|
opts = {
|
||||||
|
intelephense = {
|
||||||
|
environment = {
|
||||||
|
includePaths = {
|
||||||
|
"/home/mrflos/Developpements/yeswiki",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
starship
|
starship
|
||||||
syncthing
|
syncthing
|
||||||
tmux
|
tmux
|
||||||
|
tokei
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
usbutils
|
usbutils
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.settings.experimental-features = [ "nix-command" ];
|
||||||
|
|
||||||
# Automatic Garbage Collection
|
# Automatic Garbage Collection
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
Loading…
Reference in a new issue