Commit graph

123 commits

Author SHA1 Message Date
db0df5c211
flake: update plugin inputs 2024-04-03 21:13:19 +03:00
Frothy
974bfcc78e treewide: make lib calls explicit 2024-03-23 20:31:33 -04:00
d3f6446541
lib: add pushDownDefault to binds 2024-03-12 03:48:53 +03:00
Frothy
a738083c2f Merge remote-tracking branch 'upstream/v0.6' into which-key-categories 2024-02-26 13:28:37 -05:00
Frothy
a32f13b636 lib: fix trying to call an attrset 2024-02-26 06:51:55 -05:00
7cb428520b
utility/images: add image.nvim 2024-02-26 11:46:13 +03:00
bf1118eb28
lib: start moving top-level binds to binds 2024-02-26 08:08:33 +03:00
460ba8c7b6
lib: deprecate unused nmd lib extension 2024-02-26 08:08:29 +03:00
54a6e28e18
flake: move home-manager module to flake-parts root 2024-02-26 07:18:12 +03:00
Frothy
4716fd731f treewide: rename function defaultAttributes to pushDownDefault 2024-02-25 22:52:21 -05:00
Frothy
f19a5dd3ed lib: add function defaultAttributes 2024-02-25 11:54:01 -05:00
Ching Pei Yang
a57e89dece
fix: throw error when converting unknown object to lua 2024-02-17 21:55:07 +01:00
Ching Pei Yang
40b985c066
fix: bug where toLuaObject converts null to "" 2024-02-17 16:44:41 +01:00
Ching Pei Yang
95566f10fb
fix: expToLua convert null to nil 2024-02-17 16:44:05 +01:00
Elijah M. Immer
14cbc0bcb7 Theme: add rose-pine
Simply added the rose-pine input and added it as a theme.
2024-02-13 13:00:34 -08:00
1bc9ec96c1
lib: drop deprecated booleans lib
somehow slipped checks because lazy eval
2024-02-13 22:32:27 +03:00
Donnerinoern
e8acabee78 Theme: Added Gruvbox 2024-01-18 11:41:26 +01:00
980d497660
Merge pull request #193 from NotAShelf/neocord
modules/rich-presence: deprecate presence-nvim in favor of neocord
2024-01-16 11:25:35 +00:00
428e49d303
modules/rich-presence: deprecate presence-nvim in favor of neocord 2024-01-16 14:05:56 +03:00
Ching Pei Yang
59b2e6b17c
internal: add customizable plugin setup option 2024-01-03 00:54:49 +01:00
c1f449137f
treewide: cleanup 2023-11-06 12:33:38 +03:00
Ching Pei Yang
12f5019a61
types/plugins: add missing option description 2023-11-05 23:01:43 +03:00
2aba31ccb8
lib: drop nmd helpers 2023-11-04 14:36:56 +03:00
ce8fdf0003
modules/lsp: add nvim-docs-view
A neovim plugin to display lsp hover documentation in a side panel.
2023-10-26 15:03:58 +03:00
Kalle Jepsen
2a809a64ff statusline/lualine: Move helper to lib 2023-10-24 09:18:44 +02:00
0e85c54a9a
lib/languages: add back HM notice 2023-10-22 18:10:28 +03:00
6e448cf958
feat: bash language server 2023-10-22 18:02:55 +03:00
c353329620
modules/visuals: add highlight-undo
a plugin for highlighting undo/redo targets
2023-10-22 01:22:31 +03:00
Kalle Jepsen
49c0a5962f plugins: Replace null-ls with none-ls
null-ls is unmaintained as of August 2023 (see
https://github.com/jose-elias-alvarez/null-ls.nvim/issues/1621). none-ls
appears to be the accepted replacement fork.
2023-10-21 12:35:39 +02:00
Frothy
e722c97188 theme/oxocarbon: add oxocarbon theme module 2023-10-20 16:39:46 -06:00
Ching Pei Yang
456295b46e feat: add neodev plugin 2023-09-23 15:37:04 +02:00
Yavor Kolev
97764f6140
Merge branch 'NotAShelf:main' into overhaul-spell 2023-08-11 16:56:47 +03:00
de48713394
fix: missing closing bracket when navbuddy is disabled 2023-08-10 20:31:56 +03:00
yavko
2e01bdc86c
fix(spell): make dirtytalk plugin actually exist 2023-08-10 18:51:00 +03:00
f0dffff72e
feat: rewrite nvimtree configuration and rename nvimTreeLua to nvimTree
WARNING: breaking change - see #109
2023-07-31 13:50:10 +03:00
962029703e
feat: add lsp_lines plugin source 2023-07-30 19:54:43 +03:00
0d7875d0af
dev: cleanup 2023-07-30 11:41:52 +03:00
d96d885fdd
merge main into breadcrumbs 2023-07-28 16:09:10 +03:00
f2f9c32eca
Merge pull request #99 from horriblename/feature/extra-plugins 2023-07-28 11:28:20 +03:00
Ching Pei Yang
8d72e28c4d add descriptions for extraPlugins 2023-07-26 15:36:24 +02:00
Ching Pei Yang
5981cd14f8 rename for clarity 2023-07-26 15:27:08 +02:00
NotAShelf
6e3ae75ae8
Merge branch 'main' into feature/breadcrumbs 2023-07-26 10:36:08 +03:00
4233a2c20d
feat: copilot completions in nvim-cmp sources 2023-07-24 17:24:35 +03:00
Ching Pei Yang
afec39f3d9 make extraPluginType singular instead of a list 2023-07-21 15:39:20 +02:00
2319ee082c dev: custom type for extraPlugin module 2023-07-21 15:25:46 +02:00
14179505b3
feat: breadcrumbs 2023-07-19 22:49:06 +03:00
00f801a23f
feat: rename extra.nix -> configuration.nix 2023-07-12 00:16:55 +03:00
NotAShelf
640e37bd08 dev: init nvim-dap setup 2023-06-27 00:04:58 +02:00
Ching Pei Yang
b4eaabea95 fix(flutter-tools): bug where dart lsp is not found 2023-06-26 12:31:51 +02:00
NotAShelf
2e40253457
feat: nvim-surround 2023-06-07 14:28:27 +03:00