]> Git — Sourcephile - julm/julm-nix.git/commit
neovim: configure, using ghostty and tmux
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Thu, 30 Oct 2025 21:01:05 +0000 (22:01 +0100)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sat, 1 Nov 2025 16:01:48 +0000 (17:01 +0100)
commit6c27c99b59a5770572cab246173d101fcaa2a56c
treebb0ce86f077fbc57b3ed5b7c0ca53c37506b60f8
parent99940a96c72f8838d98aa1f3d263f30c87f84cb9
neovim: configure, using ghostty and tmux
41 files changed:
.gitignore
flake.lock
flake.nix
home-manager/profiles/drawing.nix
home-manager/profiles/ghostty.nix [new file with mode: 0644]
home-manager/profiles/ghostty/custom.css [new file with mode: 0644]
home-manager/profiles/nvim.nix [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/autocommands.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/globals.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/init.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/keymaps.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/lsp.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/options.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/.gitkeep [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/blink-cmp.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/colorizer.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/colorscheme-github-theme.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/comment.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/conform.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/fastaction.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/git-conflict.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/gitlinker.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/haskell-tools.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/hunk.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/jj.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/lualine.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/neo-tree.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-image.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-lint.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-navbuddy.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-navic.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-treesitter.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-web-devicons.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/telescope.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/which-key.lua [new file with mode: 0644]
home-manager/profiles/tmux.conf
home-manager/profiles/tmux.nix
home-manager/profiles/vim.nix
home-manager/profiles/xmonad.nix
home-manager/profiles/xmonad/xmonad.hs
homes/julm.nix