Commit Graph

548 Commits

Author SHA1 Message Date
NotAShelf 65dac29597
feat: bump flake inputs 2023-06-10 08:09:32 +03:00
NotAShelf 456dee6298
dev(lualine): remove background from search results component 2023-06-07 14:30:55 +03:00
NotAShelf 2e40253457
feat: nvim-surround 2023-06-07 14:28:27 +03:00
NotAShelf 0c01fbc121
feat: display LSP source on statusline 2023-06-07 02:36:02 +03:00
NotAShelf acf14daea2
Merge branch 'main' into release/v0.4 2023-06-06 05:34:02 +03:00
NotAShelf 30519c1a23
feat: neovim spellchecking 2023-06-06 03:25:50 +03:00
NotAShelf 79edfbdb47
fix(illuminate): ignore NvimTree for highlighting 2023-06-06 03:25:43 +03:00
NotAShelf c290c2adc3
docs: update 0.4 release notes 2023-06-06 03:25:16 +03:00
NotAShelf c20456e3a1
feat: vim-illuminate 2023-06-06 03:05:05 +03:00
NotAShelf 294b712c15
docs: clean up documentation directory 2023-06-06 03:01:44 +03:00
NotAShelf c38a152d2d
Merge pull request #84 from jsw08/main
Section in docs about vim plugins.
2023-06-06 02:52:49 +03:00
NotAShelf b8d2c23eaf
feat: add more configuration options for modes.nvim 2023-06-06 02:33:18 +03:00
NotAShelf 5300f9c253
style: formatting 2023-06-06 02:25:10 +03:00
NotAShelf 1f4b6d7a9a
dev: disable some plugins on minimal configuration 2023-06-06 02:23:29 +03:00
NotAShelf a1d99ca752
fix: '&' causing build failures 2023-06-06 02:22:55 +03:00
NotAShelf 8845d7a54d
feat: lualine UI improvements 2023-06-06 01:49:48 +03:00
NotAShelf 6e21655c3f
feat: customizable cursorline option 2023-06-06 01:49:38 +03:00
NotAShelf 2cb1e3b110
fix: regression in lualine config 2023-06-05 23:14:47 +03:00
NotAShelf a2b58e17af
docs: fix mkEnableOption usage for autogenerated documentation 2023-06-05 23:10:25 +03:00
NotAShelf 5cef662ccf
dev: move colorizer option to the correct module 2023-06-05 23:10:07 +03:00
jsw08 6a82510ee1 fixed mistakes 2023-06-05 19:49:31 +00:00
NotAShelf 6891c86c58
docs: add comments to lua converters 2023-06-05 21:37:12 +03:00
NotAShelf 9781a1071d
chore: default flake formatter 2023-06-05 21:36:53 +03:00
NotAShelf 1f78026cc0
docs: update contribution guidelines 2023-06-05 21:36:43 +03:00
jsw08 a935c15e0a updated docs to add a section for custom vim plugins. 2023-06-05 15:39:33 +00:00
NotAShelf 86fec8646d
feat: improved smartcolumn freeform 2023-06-04 17:36:01 +03:00
NotAShelf 2cfeb22764
feat: implement freeform smartcolumn column positions 2023-06-04 14:12:08 +03:00
NotAShelf c6bcc873a6
docs: update release notes 2023-06-04 10:37:27 +03:00
NotAShelf 471677d403
feat: color previews via nvim-colorizer-lua 2023-06-04 10:24:17 +03:00
NotAShelf 1cc6bb8b8a
feat: rename colorizer to ccc 2023-06-04 09:41:10 +03:00
NotAShelf bd61b1375a
feat: assert failing conditions 2023-06-04 09:39:17 +03:00
NotAShelf f1f4b80c59
docs: fix documentation 2023-06-04 09:38:46 +03:00
NotAShelf 3362e6cf36
feat: disable scrollbar on code action menus and notifications 2023-06-04 08:47:41 +03:00
NotAShelf ed251d05fa
docs: update release notes 2023-06-03 17:37:15 +03:00
NotAShelf 1820d77b07
Merge pull request #83 from NotAShelf/feature/svelte-lsp
Feature/svelte lsp
2023-06-03 17:30:39 +03:00
NotAShelf f7bbfe3e3a
feature: svelte lsp and diagnostics 2023-06-03 17:18:26 +03:00
NotAShelf 1f19e9c548
feat: bump flake inputs 2023-06-03 16:25:22 +03:00
NotAShelf a28219d3fe
feat: bump flake inputs 2023-06-03 16:22:21 +03:00
NotAShelf d3c14a8cdf
feat: change nvim-web-devicons source 2023-05-26 16:20:41 +03:00
NotAShelf 0afa7184f1
Merge pull request #82 from n3oney/feature/null-priority
feat: give null-ls priority over other formatters
2023-05-26 14:30:58 +03:00
Michał 9d3f74b70c chore: update release notes 2023-05-26 08:59:24 +02:00
NotAShelf dd9191e016
docs: update release notes 2023-05-24 04:53:58 +03:00
NotAShelf ee3a5dc4a0
feat(catppuccin: more plugin integrations) 2023-05-24 04:53:58 +03:00
NotAShelf d65223e34e
feat(fidget): catppuccin integration 2023-05-24 04:53:58 +03:00
n3oney 6b61beb0ef
feat: give null-ls priority over other formatters 2023-05-23 22:55:01 +02:00
NotAShelf 6aec7e7a80
Merge pull request #81 from n3oney/release/v0.4
feat: make it possible to use strings for the RC
2023-05-22 20:13:00 +03:00
n3oney dced02feed
chore: add comments 2023-05-22 19:00:33 +02:00
n3oney ce16eebd77
chore: add custom plugins documentation 2023-05-22 16:21:47 +02:00
n3oney 5c6cd508c3
feat: make it possible to use strings for the RC
when providing a string, it will get mapped as if it was given with nivm.dag.entryAnywhere, which will most likely be what people want
2023-05-22 16:12:00 +02:00
NotAShelf 134c60f40e
docs: update release notes 2023-05-20 17:49:38 +03:00