Commit Graph

291 Commits

Author SHA1 Message Date
NotAShelf 72b0086830
dev: temporarily deprecate darwin builds 2023-02-28 12:01:56 +03:00
NotAShelf 1ca507569d
feat: update lsp config 2023-02-28 10:54:35 +03:00
NotAShelf 729276c4c5
feat: apply new module format to utility plugins
new file:   modules/utility/binds/cheatsheet/cheatsheet.nix
	new file:   modules/utility/binds/cheatsheet/config.nix
	modified:   modules/utility/binds/cheatsheet/default.nix
	modified:   modules/utility/binds/default.nix
	new file:   modules/utility/binds/which-key/config.nix
	modified:   modules/utility/binds/which-key/default.nix
	new file:   modules/utility/binds/which-key/which-key.nix
	renamed:    modules/utility/colorizer.nix -> modules/utility/colorizer/colorizer.nix
	new file:   modules/utility/colorizer/config.nix
	new file:   modules/utility/colorizer/default.nix
	modified:   modules/utility/default.nix
	modified:   modules/utility/gestures/default.nix
	renamed:    modules/utility/gestures/gesture-nvim.nix -> modules/utility/gestures/gesture-nvim/config.nix
	new file:   modules/utility/gestures/gesture-nvim/default.nix
	new file:   modules/utility/gestures/gesture-nvim/gesture-nvim.nix
	renamed:    modules/utility/icon-picker.nix -> modules/utility/icon-picker/config.nix
	new file:   modules/utility/icon-picker/default.nix
	new file:   modules/utility/icon-picker/icon-picker.nix
	new file:   modules/utility/telescope/config.nix
	modified:   modules/utility/telescope/default.nix
	new file:   modules/utility/telescope/telescope.nix
	renamed:    modules/utility/venn.nix -> modules/utility/venn/config.nix
	new file:   modules/utility/venn/default.nix
	new file:   modules/utility/venn/venn.nix
2023-02-28 10:14:44 +03:00
NotAShelf 88ce2926c5
feat: rename presence -> rich-presence 2023-02-27 22:29:46 +03:00
NotAShelf 7149c92d1e
feat: apply new module format to minimap plugins 2023-02-27 22:29:01 +03:00
NotAShelf f081bb916f
feat: apply new module format to session plugins 2023-02-27 22:28:48 +03:00
NotAShelf cbf1490308
feat: apply new module format to terminal plugins 2023-02-27 22:28:37 +03:00
NotAShelf 848fc5f57c
feat: apply new module format to UI plugins 2023-02-27 22:28:28 +03:00
NotAShelf 211344d65c
feat: apply new module format to tabline plugins 2023-02-27 22:28:18 +03:00
NotAShelf d5082e5ef2
feat: apply new module format to snippet plugins 2023-02-27 22:28:06 +03:00
NotAShelf 97899667db
feat: apply new module format to rich-presence plugins 2023-02-27 22:26:47 +03:00
NotAShelf 4d1e7bcbe6
feat: apply new module format to notification plugins 2023-02-27 22:26:31 +03:00
NotAShelf d93b005f2c
feat: apply new module format to note-taking plugins 2023-02-27 22:26:16 +03:00
NotAShelf 4434d9e053
feat: apply new module format to markdown plugins 2023-02-27 22:26:00 +03:00
NotAShelf 067b523897
feat: apply new module format to lsp plugins 2023-02-27 22:25:39 +03:00
NotAShelf e09ccfd014
feat: apply new module format to nvimtree 2023-02-27 22:25:23 +03:00
NotAShelf b917526be7
modules/autopairs
feat: apply new module format to nvim-autopairs
2023-02-27 17:53:34 +03:00
NotAShelf f567b08e92
feat: apply new module format to dashboard plugins [3/3] 2023-02-27 17:53:09 +03:00
NotAShelf 4436c2b2aa
feat: apply new module format to nvim-cmp 2023-02-27 17:52:43 +03:00
NotAShelf f9b44dd9cb
feat: apply new module format to comment.nvim 2023-02-27 17:52:18 +03:00
NotAShelf ec1eaeca0d
feat: cleanup 2023-02-27 17:51:32 +03:00
NotAShelf e265180cf1
dev: cleanup 2023-02-27 17:06:04 +03:00
NotAShelf a2e724a962
feat: separate tabnine module and configuration 2023-02-27 17:05:53 +03:00
NotAShelf 3694a84646
feat: separate copilot module and configuration 2023-02-27 17:05:43 +03:00
NotAShelf 812f1f3b06
feat: update whichkey labels 2023-02-23 17:01:13 +03:00
NotAShelf 94d4175155
fix: wrap discord.nvim options in quotation marks 2023-02-18 15:46:25 +03:00
NotAShelf 12d32e9425
fix: file name for presence.nvim module 2023-02-18 15:33:27 +03:00
NotAShelf 31e7645ce1
feat: add `presence.nvim` config options 2023-02-18 15:32:43 +03:00
NotAShelf 5916a392b6
feat: which-key sortById key for bufferline 2023-02-17 14:20:32 +03:00
NotAShelf 85b663f6c9
fix: accidental dir rename 2023-02-17 13:51:15 +03:00
NotAShelf b4027c4bba
feat: conditionally write which-key registers 2023-02-17 13:49:29 +03:00
NotAShelf 4354cabc39
feat: group names for which-key 2023-02-17 12:40:58 +03:00
NotAShelf b63d17507e
feat(downstream): check client capability before formatting 2023-02-17 00:24:47 +03:00
NotAShelf 06ae0c8386
feat: use space instead of lctrl for mind keybinds 2023-02-17 00:08:45 +03:00
NotAShelf 3d91f6c4c1
feat: add mind-nvim to note-taking plugins 2023-02-16 23:57:56 +03:00
NotAShelf a3b533b923
fix: garbage at the end of presence.nvim options hyperlink 2023-02-16 23:33:04 +03:00
NotAShelf 79587828f4
feat: add `comment.nvim` and deprecate kommentary 2023-02-16 23:32:46 +03:00
NotAShelf 1b51ed7e14
feat: remove tabnine module due anti-nix script execution 2023-02-15 11:47:48 +03:00
NotAShelf 107b572e1c
feat: bundle nodejs_16 slim with copilot & move copilot to maximal 2023-02-15 11:47:08 +03:00
Mihai Fufezan c759ae02f5
simplify things 2023-02-10 19:39:31 +02:00
NotAShelf 7db1f6779c
refactor: move lib out of modules 2023-02-06 21:58:23 +03:00
NotAShelf 206e17bbe4
docs: streamline manpages 2023-02-06 21:10:37 +03:00
NotAShelf 9ac1e1dadd
refactor: move `gestures`, `which-key`, `telescope` and `cheatsheet` to utils 2023-02-06 08:13:38 +03:00
NotAShelf 1c8d224775
feat: mouse gestures & nvim-session-manager 2023-02-06 05:26:52 +03:00
NotAShelf 78d3ae31d1
feat: TabNine and Copilot assistants 2023-02-06 04:14:01 +03:00
NotAShelf 5f861b3ed1
feat: UI overhaul 2023-02-06 03:55:19 +03:00
NotAShelf 202eaaf322
feat: toggleterm 2023-02-06 02:44:38 +03:00
NotAShelf 1027e6d58f
feat: conditionally add org ts grammar if orgmode is enabled 2023-02-06 01:08:57 +03:00
NotAShelf f2e93a22c7
style: use general alejandra style 2023-02-06 01:08:02 +03:00
NotAShelf 07c101f447
feat: obsidian and orgmode neovim plugins 2023-02-06 00:57:47 +03:00
NotAShelf 61d497e9ce
refactor(markdown): glow gets its own directory 2023-02-06 00:57:21 +03:00
NotAShelf 3dcc1addd2
fix: minimap showing on orgmode buffers 2023-02-06 00:51:34 +03:00
NotAShelf deab37a627
feat: add presence, icon picker & deps to plugins 2023-02-06 00:04:12 +03:00
NotAShelf 88f8125582
feat: add code-minimap dep for minimap.nvim 2023-02-06 00:03:55 +03:00
NotAShelf 6572964523
feat: add icon picker to utils & install deps 2023-02-05 23:57:19 +03:00
NotAShelf fbccfa48e4
feat: discord rpc 2023-02-05 23:56:40 +03:00
NotAShelf 2276c79883
style: typo 2023-02-05 16:59:38 +03:00
NotAShelf 2b06cae4da
dev: remove symbol_in_winbar setup from lspsaga 2023-02-05 16:28:00 +03:00
NotAShelf f5f02cbb92
dev: first attempt at winbar symbols 2023-02-05 16:15:43 +03:00
NotAShelf 9772bb57c2
fix: nvim-notify throwing errors with bg color 2023-02-05 16:15:24 +03:00
NotAShelf fed83cd8ce
feat: add cellular automaton to plugin list 2023-02-05 16:15:02 +03:00
NotAShelf 5d6f7dc3f3
feat: add cellular automaton to visuals 2023-02-05 16:14:25 +03:00
NotAShelf afa4206a81
feat: add `venn.nvim` for drawing venn diagrams 2023-02-04 02:12:41 +03:00
NotAShelf 04f174e8a8
fix: typo 2023-02-04 01:49:57 +03:00
NotAShelf 94be9167d2
feat: relocate whichkey and add cheatsheet.nvim 2023-02-04 01:46:34 +03:00
NotAShelf 7c5133efab
feat: configure notify-nvim and complete setup 2023-02-04 01:01:30 +03:00
NotAShelf 242f52e248
docs: update readme 2023-02-04 00:35:00 +03:00
NotAShelf 1ac4dd7d98
feat(visuals): cinnamon smooth scrolling 2023-02-04 00:20:20 +03:00
NotAShelf e9bb4a3658
feat: codewindow as an alternative minimap plugin 2023-02-04 00:19:51 +03:00
NotAShelf ebf1b4078c
feat: new plugin imports 2023-02-04 00:19:30 +03:00
NotAShelf 84f0d2b067
feat: add scrollbar visual 2023-02-03 22:53:48 +03:00
NotAShelf 5d02e5d2e3
feat: add scrollbar visual 2023-02-03 22:53:38 +03:00
NotAShelf 7e69203390
dev: remove TODO and in favor of flake FIXME 2023-02-03 22:15:19 +03:00
NotAShelf 8caf286177
feat: improved alpha dashboard theme 2023-02-03 22:14:51 +03:00
NotAShelf ede1e7cb2b
feat: reorganize default statusline 2023-02-03 21:50:06 +03:00
NotAShelf c40e918766
dev: uncomment minimap-vim & enable it in the flake 2023-02-03 18:55:18 +03:00
NotAShelf e738e44c6a
refactor: move lualine files into their own dir 2023-02-03 18:54:14 +03:00
NotAShelf 7546dc46d3
feat: add alpha and dashboard-nvim for dashboard options 2023-02-03 15:42:45 +03:00
NotAShelf 0c62c6578b
feat: import dashboard module 2023-02-03 10:38:27 +03:00
NotAShelf a7c1fd7b80
feat: import dashboard module 2023-02-03 10:38:10 +03:00
NotAShelf b1df7578d8
feat: refactor nvimtreelua config 2023-02-03 10:37:51 +03:00
NotAShelf 0affcf6d1d
dev: groundwork on dashboard module 2023-02-03 10:37:33 +03:00
NotAShelf c1b556ee8f
feat: update nvimtreelua input 2023-02-03 10:36:08 +03:00
NotAShelf ffb9f85392
dev: revert nvimtree changes 2023-02-02 16:39:49 +03:00
NotAShelf bd0dc6093c
style: formatting 2023-02-02 00:01:35 +03:00
NotAShelf 9134152221
feat: import minimap-vim module 2023-02-02 00:01:21 +03:00
NotAShelf 41c23f2e51
feat: update statusline icons 2023-02-02 00:01:08 +03:00
NotAShelf 54305d50fa
feat: further plugin integration for catppuccin theme 2023-02-02 00:00:48 +03:00
NotAShelf caac3e5af4
feat: configure minimap.vim 2023-02-02 00:00:29 +03:00
NotAShelf 94b8414e1b
feat: add minimap-vim to plugins 2023-02-02 00:00:07 +03:00
NotAShelf 9c00808863
dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00