Commit graph

299 commits

Author SHA1 Message Date
ef122b1b4d
feat: make navbuddy icons and keybinds configurable 2023-07-24 21:36:01 +03:00
260f9e7e8b
dev: make the permanent rendering of breadcrumbs optional 2023-07-21 22:35:05 +03:00
Frothy
5a2b13c291 fix: display winbar even when it is empty 2023-07-21 12:59:45 -04:00
4301ade29a
feat: make most navbuddy options configurable 2023-07-20 18:34:36 +03:00
b9e152aa50
feat: allow Navbuddy to automatically attach to the Lsp server 2023-07-19 23:06:29 +03:00
863047e490
dev: allow nvim-navic to attach to the Lsp if breadcrumbs is enabled 2023-07-19 23:06:06 +03:00
41584157eb
feat: display breadcrumbs on winbar 2023-07-19 23:05:38 +03:00
14179505b3
feat: breadcrumbs 2023-07-19 22:49:06 +03:00
896c09b972
fix: presence-nvim providing invalid client id 2023-07-15 19:24:09 +03:00
de84d74144
feat: supress ccls offset encoding messages 2023-07-13 23:22:16 +03:00
01a1fbdf55
dev: default to prettier until prettierd is fixed and updated 2023-07-13 23:19:53 +03:00
319fb0b566
feat: add borders to nvim-cmp completion window 2023-07-12 20:55:08 +03:00
NotAShelf
5e0a9b1d07
Merge pull request #88 from NotAShelf/prettier-daemon
prettier daemon
2023-07-11 23:13:22 +03:00
24f6ed145e
feat: default to prettierd over prettier 2023-07-11 22:54:43 +03:00
8cda01b885
feat: add prettierd as an alternative to prettier 2023-07-11 22:54:22 +03: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
b4eaabea95 fix(flutter-tools): bug where dart lsp is not found 2023-06-26 12:31:51 +02:00
Ching Pei Yang
99c69c4e9c fix(clangd): use same offsetEncoding as null-ls 2023-06-12 01:12:05 +02: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
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
c20456e3a1
feat: vim-illuminate 2023-06-06 03:05:05 +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
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
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
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
3362e6cf36
feat: disable scrollbar on code action menus and notifications 2023-06-04 08:47:41 +03:00
NotAShelf
f7bbfe3e3a
feature: svelte lsp and diagnostics 2023-06-03 17:18:26 +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