tokei, nix-command, nvim config

This commit is contained in:
Florian Schmitt 2024-05-13 15:16:15 +03:00
parent 5ee8ef0271
commit b9d5a6ae7a
3 changed files with 15 additions and 0 deletions

View file

@ -87,6 +87,18 @@ return {
},
},
},
{
"neovim/nvim-lspconfig",
opts = {
intelephense = {
environment = {
includePaths = {
"/home/mrflos/Developpements/yeswiki",
},
},
},
},
},
{
"nvim-telescope/telescope.nvim",
opts = {