Commit Graph

123 Commits

Author SHA1 Message Date
n3oney efaf8e81b7
refactor!: use a new keymaps configuration format 2023-04-10 13:42:31 +02:00
n3oney 5915262864
feat: add Copilot keybindings 2023-04-05 00:53:21 +02:00
n3oney 9365a7753e
feat: toggleterm keybindings 2023-04-05 00:20:05 +02:00
NotAShelf f22a06aa11
feat: use mkEnableOption 2023-04-05 00:20:05 +03:00
NotAShelf 2458eb7f00
style: formatting 2023-04-04 23:48:37 +03:00
NotAShelf 24614101ba
feat: use local variables for keybind opts 2023-04-04 23:35:28 +03:00
NotAShelf fd86098e6f
dev: move nvim-notify 2023-04-04 23:35:05 +03:00
NotAShelf e20ebe6f68
feat: add modes-nvim 2023-04-04 23:33:36 +03:00
NotAShelf 7d0d0e7963
feat: move nvim-notify to UI 2023-04-03 12:14:23 +03:00
NotAShelf fccfff474a
feat: modes.nvim 2023-04-03 12:12:05 +03:00
NotAShelf 562230a625
feat: add hop.nvim
modified:   lib/types/plugins.nix
	modified:   modules/utility/default.nix
	new file:   modules/utility/hop/config.nix
	new file:   modules/utility/hop/default.nix
	new file:   modules/utility/hop/hop.nix
2023-04-03 12:11:05 +03:00
NotAShelf 264372de09
fix: incorrect which-key registry 2023-04-02 22:54:19 +03:00
NotAShelf cecf30652e
fix: typo in config reference 2023-04-02 21:55:23 +03:00
NotAShelf 68e65c63e3
fix: mismatching plugin input 2023-04-02 21:49:31 +03:00
NotAShelf 887a6f9080
feat: import flutter-tools module 2023-04-02 21:01:26 +03:00
NotAShelf 7fc5eec2d1
feat: dart and flutter-tools 2023-04-02 21:01:07 +03:00
NotAShelf 4d748c6c1b
feat: implement flutter-tools.nvim 2023-04-02 21:00:40 +03:00
NotAShelf 6fff5303b0
docs: clarify plugin option documentation 2023-04-02 19:59:08 +03:00
Michał 17e6fe5150
fix: fix cannot coerce null to a string when noice or notify-nvim not enabled 2023-04-02 19:16:06 +03:00
NotAShelf e74578b84c
style: formatting 2023-04-02 19:16:05 +03:00
NotAShelf 16ccd51852
feat: run the config through deadnix 2023-04-02 19:16:04 +03:00
NotAShelf aa8198cb39
feat: add diff component to lualine 2023-03-01 16:56:51 +03:00
NotAShelf fcf1318c8b
feat: update nvimtree view 2023-03-01 16:19:50 +03:00
NotAShelf 0a7d4e49ae
feat: separate lualine confiig and apply globalstatus 2023-03-01 15:22:41 +03:00
NotAShelf dee6b4b21b
feat: update default telescope config 2023-03-01 14:09:31 +03:00
NotAShelf d817b27405
feat: enable and remap glow preview 2023-03-01 14:00:26 +03:00
NotAShelf 1c66c6ff65
feat: add todo-comments options 2023-03-01 13:26:58 +03:00
NotAShelf 13fbc0530c
feat: update bufferline styling 2023-03-01 12:45:53 +03:00
NotAShelf a8f972701c
feat: add diffview.nvim to inputs 2023-03-01 12:08:49 +03:00
NotAShelf f491d49c15
feat: add debugMode 2023-03-01 11:34:23 +03:00
NotAShelf db7aa94161
feat: add fidget.nvim to visual plugins 2023-02-28 13:00:38 +03:00
NotAShelf 4f161e678b
dev: temporarily deprecate darwin builds 2023-02-28 12:10:55 +03:00
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