neovim new config

This commit is contained in:
afoucaultc 2026-08-19 14:54:41 +02:00
parent 763bbf5cc1
commit 315e988734
50 changed files with 739 additions and 52 deletions

View file

@ -0,0 +1 @@
/nix/store/hhz4243ymgf24x646pxh30jm38iss4rd-home-manager-files/.config/nvim/lua/conf/autocmd.lua

View file

@ -0,0 +1 @@
/nix/store/hhz4243ymgf24x646pxh30jm38iss4rd-home-manager-files/.config/nvim/lua/conf/lsp-config.lua

View file

@ -0,0 +1 @@
/nix/store/hhz4243ymgf24x646pxh30jm38iss4rd-home-manager-files/.config/nvim/lua/conf/remap.lua

View file

@ -0,0 +1 @@
/nix/store/hhz4243ymgf24x646pxh30jm38iss4rd-home-manager-files/.config/nvim/lua/conf/settings.lua

View file

@ -1,9 +0,0 @@
return {
{
"goolord/alpha-nvim",
dependencies = { "nvim-mini/mini.icons" },
config = function()
require("alpha").setup(require("alpha.themes.startify").config)
end,
},
}