Commit Graph

96 Commits

Author SHA1 Message Date
e397da0add
nixvimConfigs/fiesta/setups/completion: refactor 2024-02-12 17:42:58 +08:00
d8597b8aab
nixvimConfigs/fiesta/setups/treesitter: add default set of installed tree-sitter grammars 2024-02-12 17:41:26 +08:00
0eef06d0ec
nixvimConfigs/trovebelt/setups/treesitter: install all grammars
It's an all-you-can-install NixVim config so it's fine.
2024-02-12 17:38:12 +08:00
d7d9e07516
flake: update home-manager and NixOS config 2024-02-11 18:32:25 +08:00
bd52c17399
users/foo-dogsquared/programs/nixvim: set custom colorschemes with lush.nvim
THANK YOU VIM MACROS AND SUBSTITUTIONS! That was tedious.
2024-02-11 15:32:11 +08:00
a1aa211ed4
users/foo-dogsquared: set custom Tinted Theming schemes 2024-02-11 15:20:09 +08:00
a4177f9382
flake-parts/setups: set separate namespace for custom library
This at least allows us to make custom environment-specific library sets.
2024-02-11 15:16:25 +08:00
473540b952
flake: add basic-nix-module-flake template 2024-02-10 17:19:11 +08:00
0cd8fa46c6
flake: remove nix-colors dependency
There are some things missing such as the capability to hold some data
for generating multiple theme configs for programs. I could implement
that with a quick custom module instead.
2024-02-09 17:47:14 +08:00
cd456823f3
flake: make default devshell work for traditional nix-shell 2024-02-08 11:21:38 +08:00
4f7fe82fda
nixvimConfigs/fiesta/setups/debugging: add keymaps 2024-02-07 19:58:50 +08:00
cb67e96aac
nixvimConfigs/fiesta/setups/debugging: enable dap-virtual-text 2024-02-07 08:04:01 +08:00
d47b8383a0
nixvimConfigs/fiesta/setups/completion: add more keymaps for nvim-cmp 2024-02-07 08:03:32 +08:00
4a2b55bdde
users/foo-dogsquared: explicitly enable NixVim 2024-02-07 08:02:57 +08:00
cad1db257f
nixvimConfigs/fiesta/setups/ui: update lualine.nvim config 2024-02-07 07:59:15 +08:00
c4af69e24d
users/foo-dogsquared/programs/nixvim: fix program config 2024-02-06 22:36:03 +08:00
04d04cd087
hosts/void: update base config
We can set this either as a VM or an installer now with the current setup.
2024-02-06 21:22:51 +08:00
5fd2dcb077
nixvimConfigs/trovebelt/setups/debugging: init
We'll have more configs and setups for this one.
2024-02-06 21:13:44 +08:00
be81eb2b5e
users/foo-dogsquared/dotfiles: update conditional for Neovim dotfiles 2024-02-06 20:29:09 +08:00
0d0dd0541f
users/foo-dogsquared/programs/nixvim: add debugging setup 2024-02-06 20:13:09 +08:00
256cba868f
docs: add design constraints for Fiesta NixVim config 2024-02-04 22:23:49 +08:00
57c0bd546c
flake: set NixOS configs with the current revision of flake in /etc/nixos 2024-02-04 22:23:20 +08:00
e2c80e14b3
users/foo-dogsquared/setups/development: set conditionals for NixVim module 2024-02-04 22:20:30 +08:00
24839f9a0f
nixvimConfigs/trovebelt/setups/treesitter: init 2024-02-04 21:29:46 +08:00
ab8b139eb9
nixvimConfigs/trovebelt/setups/ui: init 2024-02-04 21:08:28 +08:00
e4ddf9aeff
nixvimConfigs/trovebelt/setups/lsp: init 2024-02-04 20:52:02 +08:00
abb50f11d4
nixvimConfigs/fiesta: update and fix setups config 2024-02-04 19:48:21 +08:00
ce379c6823
nixvimConfigs/trovebelt: init 2024-02-04 20:50:54 +08:00
63c67d7adf
users/foo-dogsquared/programs/nixvim: enable LSP servers setup 2024-02-03 21:33:17 +08:00
b89eadc791
nixvimConfigs/fiesta: update base config 2024-02-03 21:32:36 +08:00
2d8089e821
nixvimConfigs/fiesta/setups/fuzzy-finder: enable project.nvim extension 2024-02-03 21:28:07 +08:00
893e8be970
nixvimConfigs/fiesta/setups/ui: update config and enable Lualine plugin 2024-02-03 21:27:40 +08:00
7ee0e6321a
nixvimConfigs/fiesta/setups/lsp: init 2024-02-03 21:26:52 +08:00
d800232d18
nixvimConfigs/fiesta: add Neovim packages to be wrapped around 2024-02-02 17:34:01 +08:00
3cac15abe7
users/foo-dogsquared: use NixVim config 2024-02-02 17:33:28 +08:00
e38968d666
nixvimConfigs/fiesta/setups/fuzzy-finder: improve code 2024-02-02 17:28:07 +08:00
a8dfc4e162
users/foo-dogsquared/setups/music: update config 2024-02-02 17:27:47 +08:00
44090d6257
chore: reformat codebase 2024-02-02 12:40:16 +08:00
2f389641cd
users/foo-dogsquared/programs/nixvim: init
We've also set a conditional for Neovim module.
2024-02-02 11:09:35 +08:00
53783fc910
nixvimConfigs/fiesta/setups/note-taking: init
Though, in practice, this module may not be used and set it per-environment
for its specificities.
2024-02-02 10:53:35 +08:00
bdd0b82644
nixvimConfigs/fiesta/setups/treesitter: update and add treesitter-refactor plugin config 2024-01-30 18:05:54 +08:00
fc7eb5f7de
nixvimConfigs/fiesta/setups/fuzzy-finder: init 2024-01-30 18:04:56 +08:00
3bdaa63231
flake-parts/setups: include private modules as part of default shared modules 2024-01-30 13:32:25 +08:00
9729cd3005
nixvimConfigs/fiesta: configure general settings 2024-01-29 22:38:44 +08:00
e30e4c7b9c
nixvimConfigs/fiesta/setups/ui: init 2024-01-29 22:37:59 +08:00
ee3c0f6969
nixvimConfigs/fiesta/setups/treesitter: add treesitter-textobjects config 2024-01-29 20:35:10 +08:00
a58ead9b0d
nixvimConfigs/fiesta/setups/completion: init 2024-01-28 19:42:57 +08:00
1abadc5841
nixvimConfigs/fiesta/setups/snippets: init 2024-01-28 17:06:26 +08:00
523f64b794
nixvimConfigs/fiesta/setups/debugging: init 2024-01-27 20:06:38 +08:00
1b4d91c67b
modules: create dedicated default Nix config profile 2024-01-27 16:51:10 +08:00