Commit Graph

572 Commits

Author SHA1 Message Date
NotAShelf 4980ccbd46
feat: bump flake inputs 2023-07-12 00:16:54 +03:00
NotAShelf e8e60e5f2d
feat: bump flake inputs 2023-07-12 00:16:53 +03:00
NotAShelf 5e0a9b1d07
Merge pull request #88 from NotAShelf/prettier-daemon
prettier daemon
2023-07-11 23:13:22 +03:00
NotAShelf 24f6ed145e
feat: default to prettierd over prettier 2023-07-11 22:54:43 +03:00
NotAShelf 8cda01b885
feat: add prettierd as an alternative to prettier 2023-07-11 22:54:22 +03:00
NotAShelf b269f69dfb
Merge pull request #73 from horriblename/feature/nvim-debug
feature: DAP support
2023-06-27 08:08:32 +03:00
Ching Pei Yang 18e95533d6 update docs 2023-06-27 00:28:54 +02:00
Ching Pei Yang b5efd5cba7 feat: add dap support for dart 2023-06-27 00:28:54 +02:00
Ching Pei Yang ae0a2389ff feat(dap): add breakpoint icon 2023-06-27 00:04:58 +02:00
Ching Pei Yang fe9da14d85 feat: add mapping options for nvim-dap 2023-06-27 00:04:58 +02:00
Ching Pei Yang 588d348bd2 feat: add dap support for rust 2023-06-27 00:04:58 +02:00
Ching Pei Yang 3a8b614ea9 feat: add dap support for clang 2023-06-27 00:04:58 +02:00
Ching Pei Yang b3b6f56fbc feat: add dap support for python 2023-06-27 00:04:58 +02:00
Ching Pei Yang b029426d34 feat: add debugger for go 2023-06-27 00:04:58 +02:00
Ching Pei Yang bdf77593ee feat: default dap keybinds 2023-06-27 00:04:58 +02:00
Ching Pei Yang 624782e196 feat: add option for debugger configs 2023-06-27 00:04:58 +02:00
Ching Pei Yang 1eceb04db9 feat: new option enableDAP 2023-06-27 00:04:58 +02:00
Ching Pei Yang 595e76ed2f feat: option to autostart debugger UI 2023-06-27 00:04:58 +02:00
NotAShelf 640e37bd08 dev: init nvim-dap setup 2023-06-27 00:04:58 +02:00
Ching Pei Yang e4c2c3dfe4 update docs 2023-06-26 12:31:51 +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 efe5905c41
Merge pull request #86 from horriblename/fix-clangd-offset-encoding
fix(clangd): use same offsetEncoding as null-ls
2023-06-12 10:27:56 +03:00
Ching Pei Yang 99c69c4e9c fix(clangd): use same offsetEncoding as null-ls 2023-06-12 01:12:05 +02:00
NotAShelf b5d5700fcc
feat: un-deprecate darwin as zig is no longer marked as broken 2023-06-11 16:18:37 +03:00
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