Commit Graph

  • 5aeddfdd5d
    Automatically set detached state as needed. (#925) master Per Malmberg 2024-05-10 19:43:22 +0200
  • b9bd02d55b
    fix: debug.lua (#918) Smig 2024-05-08 10:55:49 -0400
  • f86f18f27a
    Add diff to treesitter's ensure_installed languages (#908) Richard Macklin 2024-05-05 18:01:39 -0700
  • 6f6f38a6b5
    Move LspDetach handler near kickstart-lsp-highlight group (#900) Damjan 9000 2024-05-02 22:53:07 +0200
  • b7d5cc8f42
    README: add clipboard tool dependency (#886) Damjan 9000 2024-04-27 22:40:27 +0200
  • 8df3deb6fe
    Update README.md (#875) Adolfo Gante 2024-04-22 14:15:42 -0700
  • 942b26184c
    fix: highlight group clear on each attach (#874) Francis Belanger 2024-04-22 15:53:45 -0400
  • 81f270a704
    Fix highlight errors when lsp crash or stop (#864) Francis Belanger 2024-04-22 11:43:10 -0400
  • f92fb11d68
    Fix deprecation notice of inlay hints (#873) Vladislav Grechannik 2024-04-22 13:27:13 +0200
  • 2e68a2c253
    Add a commented out example of the classic complete keymaps. Fixes #866 (#868) Damjan 9000 2024-04-20 19:14:49 +0200
  • 9f5176fc2a
    Minor improvements of debian install instructions. Fixes #859 (#869) Damjan 9000 2024-04-20 19:14:24 +0200
  • 931ec5c226
    Update README.md (#860) Evan Carroll 2024-04-20 10:55:01 -0500
  • b07176aef6
    fix: restore Mason config timing for DAP startup (again) (#865) GameFuzzy 2024-04-19 19:50:42 +0200
  • f5c9fe8e15
    Add gitsigns recommended keymaps as an optional plugin (#858) Damjan 9000 2024-04-18 03:00:39 +0200
  • 5e258d276f
    Move plugin examples from README to optional plugin files (#831) Damjan 9000 2024-04-17 21:25:54 +0200
  • 5540527fab
    Enable inlay hints for the supporting servers (#843) Vladislav Grechannik 2024-04-17 20:04:55 +0200
  • 6d6b3f38c1
    Fix: #847 - add prefer_git to treesitter config (#856) Chris Patti 2024-04-17 14:02:24 -0400
  • fabeb86d8b
    Comment about nerd font selection. Fixes #853 (#854) Damjan 9000 2024-04-17 15:59:14 +0200
  • e2bfa0c66f
    Arch, btw (#852) rdvm 2024-04-16 10:29:27 -0500
  • 23773900d9
    Update README (#832) Viet 2024-04-09 05:13:22 +0900
  • c4363e4ad8
    Add a pull request template (#825) Damjan 9000 2024-04-04 16:31:37 +0200
  • 19afab1641
    README: move backup and paths from external deps to install section (#819) Damjan 9000 2024-04-01 16:36:32 +0200
  • d605b840a2
    Don't lazy load conform plugin (#818) Damjan 9000 2024-04-01 02:00:11 +0200
  • 1175f6d25a
    Add a keymap space-f to format buffer using conform (#817) Damjan 9000 2024-03-31 19:36:43 +0200
  • 93fde0556e Add instructions to quit :lazy. Fixes #761 Chris Patti 2024-03-27 11:22:28 -0400
  • 2877a60e00
    fix #799 (#800) Liu Qisheng 2024-03-27 22:16:48 +0800
  • dbba54cfd8
    README: wrap long lines (#784) Damjan 9000 2024-03-21 20:47:55 +0100
  • 4c02e29e49
    Update README.md (#781) E 2024-03-20 14:27:18 -0400
  • 773e482d4b
    Add nvim-nio as dependency for nvim-dap-ui (#774) José Miguel Sarasola 2024-03-18 22:38:14 +0100
  • 65a5ac404b
    Some suggestions and capitalised a few words (#771) Togglebit 2024-03-18 18:35:53 +0100
  • 8e24ca32e3
    feat: add linter plugin (#699) Fredrik Averpil 2024-03-18 15:00:48 +0100
  • b81115d002
    assign table to filetype in lua_ls config comment (#770) Shane Crowley 2024-03-18 13:57:48 +0000
  • a222805c61
    README: additional install recipes for various OS (#767) Damjan 9000 2024-03-17 21:22:58 +0100
  • ea4335f5af
    conform: disable autoformat on save for specified filetypes (#694) Damjan 9000 2024-03-15 21:53:33 +0100
  • da1271db4d
    Update README.md (#763) stgpepper 2024-03-15 22:51:41 +0200
  • 7892c0c354 fix: disable ts indenting for Ruby TJ DeVries 2024-03-15 11:35:07 -0400
  • 5ac4b58f85 doc: add note about advanced luasnip features TJ DeVries 2024-03-15 11:18:43 -0400
  • 2f494e59ca
    Move friendly snippets to dependencies of LuaSnip (#759) Vladislav Grechannik 2024-03-15 15:35:42 +0100
  • 452e3a73cf
    Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750) Rafael Zasas 2024-03-15 16:12:41 +0200
  • 7715b7c2ee
    doc: add info about timeoutlen (#691) TLW 2024-03-15 17:24:49 +0330
  • b529bc3359
    Revert "Use cmp-nvim-lua as nvim-cmp source for neovim Lua API (#696)" (#755) Chris Patti 2024-03-12 18:09:47 -0400
  • d8a1dbc4b4
    Use cmp-nvim-lua as nvim-cmp source for neovim Lua API (#696) James Karefylakis 2024-03-13 08:12:35 +1100
  • 000a5c42b0
    Added folke/neodev.nvim for proper nvim api completion and annotation (#754) Damjan 9000 2024-03-12 22:06:12 +0100
  • cb1f16b8ca
    chore: rename <C-T> to <C-t> for consistency (#719) Chiller Dragon 2024-03-12 07:20:39 +0800
  • c0d6f98924
    feat: allow treesitter defaults to be overwritten from custom directory (#732) Ryan Baumgardner 2024-03-11 19:18:45 -0400
  • 8de494fff2
    README.md: update neo-tree example - remove legacy setting (#744) Damjan 9000 2024-03-11 22:52:18 +0100
  • 3cfccc01be
    use init for colorscheme (#715) name.tar.xz 2024-03-10 01:55:08 +0530
  • 8fae6798b9
    Fix typos and whatnot (#731) Nora Ayesha 2024-03-09 02:26:32 +0600
  • 66e2a5a425
    Make the Nerd Font an optional requirement (#716) Damjan 9000 2024-03-06 17:49:44 +0100
  • f764b7bacd
    Add more detail to colorscheme comment (#713) Ryan Winchester 2024-03-05 21:19:06 -0400
  • b83b2b061c
    chore: link new installation youtube video (#678) Chiller Dragon 2024-03-04 21:47:45 +0800
  • a02abdb161
    chore: remove trailing spaces from readme (#679) Chiller Dragon 2024-03-04 21:47:11 +0800
  • c3127f1226
    Change statusline location to LINE:COLUMN (#689) Damjan 9000 2024-03-04 14:16:50 +0100
  • c9122e89e3
    fix: checkhealth reported nvim version (#685) Damjan 9000 2024-03-04 01:32:06 +0100
  • e6710a461a fix: add note in readme for custom plugins TJ DeVries 2024-03-03 03:13:16 -0500
  • 23fc4e59dc
    README.md: updated windows install instructions (#674) Damjan 9000 2024-03-03 03:12:55 +0100
  • b99af2d6a3
    feat: use VimEnter event instead of VeryLazy (#673) Taulant Aliraj 2024-03-03 02:07:58 +0000
  • 94a93643ab
    chore: fix typos (#666) Nhan Luu 2024-03-02 04:07:34 +0700
  • 38828dcaf7
    feat: enable lua lsp snipppets (#660) Anton Kastritskii 2024-02-29 18:14:36 +0000
  • b58666dd15 fixup: updated some style stuff TJ DeVries 2024-02-29 12:08:01 -0500
  • 465d6f25c2
    Change mini.statusline location format to LINE:COLUMN (#659) Damjan 9000 2024-02-28 19:23:13 +0100
  • 18b919c61e
    add plugin specs docstring, remove lazy.nvim configuration (empty) table (#652) brxxlstxrs 2024-02-27 21:08:37 +0300
  • af4fd2355f fixup: change comment to reflect auto_install TJ DeVries 2024-02-26 10:46:31 -0500
  • 1c89b024c8 fixup: add autocommand link for help and description TJ DeVries 2024-02-26 10:45:32 -0500
  • 8b5d48a199
    rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) TJ DeVries 2024-02-26 10:03:53 -0500
  • 7af594fd31
    Add Build Step to LuaSnip (#611) rgarber11 2024-02-05 13:49:19 -0500
  • 5d2d81b1ea
    Fixes #607. Add hints for new neovim users to learn how to learn. (#615) Chris Patti 2024-02-03 19:15:25 -0500
  • bc4ad1218b
    feat: added contexts for code action - source fix-all errors (#599) Micah Effiong 2024-02-02 21:24:46 +0100
  • c3ae716fb3
    issue: #594 stylua workflow only on official kickstart repo (#609) Damjan 9000 2024-02-01 17:01:46 +0100
  • b115814916
    Add Onedark Style (#590) Nazar 2024-01-29 18:52:50 +0000
  • deaafcf549
    Set status line theme to the global colorscheme (#600) Victor Bertin 2024-01-29 13:48:14 +0100
  • 2510c29d62
    Removed duplicate line (#583) Sreejith I V 2024-01-10 20:06:33 +0530
  • 60b93c95d3
    README.md: rename the duplicate "Introduction" to "Getting Started" (#572) Damjan 9000 2024-01-08 20:44:00 +0100
  • c11afa2f90
    Add Missing Fields to Treesitter Config to Resolve Warnings (#582) Mohamad Alamin Yassin 2024-01-08 20:17:01 +0300
  • c4055a2212
    Improve stylua github workflow (#571) Damjan 9000 2024-01-03 18:30:37 +0100
  • d45e5fe855
    Move video up on the README.md page (#563) gitressa 2024-01-03 16:03:23 +0100
  • 4d0dc8d4b1
    fix: restore mason config timing for dap startup (#555) John Pekcan 2023-12-23 20:59:59 -0800
  • e39a8bce9d
    Switch cmp up mapping from C-d to C-b to match regular vim up key (#549) Ari Pollak 2023-12-21 15:35:28 -0500
  • 76c5b1ec57
    feat(cmp): path completion feature (#536) Shashwat Agrawal 2023-12-08 18:44:06 +0530
  • 3824342d10
    Adds two essential telescope keymaps (#528) Damjan 9000 2023-12-04 16:45:01 +0100
  • f8c8b08bc1
    Add gitsigns recommended keymaps (#531) Damjan 9000 2023-12-04 16:35:54 +0100
  • 12bd68e8b9
    Run stylua (#525) Damjan 9000 2023-12-03 20:23:39 +0100
  • 3ca08acf0e
    Add a github action on pull request to check lua formatting (#526) Damjan 9000 2023-12-02 22:27:13 +0100
  • 39ae0829ac
    Use alias instead of a wrapper script (#524) Sudo 2023-12-01 07:30:55 +0900
  • afafc9ab19
    README.md: update install section formatting (#523) Damjan 9000 2023-11-30 10:04:27 +0100
  • 14cf319dbd
    Update README.md (#520) matt 2023-11-29 19:34:43 -0500
  • ee9790b381
    option to reduce noisy Lua_LS's missing-fields warnings (#511) Tommy Williams 2023-11-24 09:55:19 -0700
  • 1915cea32e
    Merge pull request #505 from j-hui/update-fidget Chris Patti 2023-11-13 15:59:01 -0500
  • 711e5976dd init.lua: remove 'legacy' tag from fidget.nvim j-hui 2023-11-13 15:46:34 -0500
  • fa94716dce
    Merge pull request #502 from ShashwatAgrawal20/item-selection Chris Patti 2023-11-12 14:38:40 -0500
  • af4f51b2cd fix(auto-completion): ensure first menu item is selected by default Shashwat Agrawal 2023-11-11 20:31:05 +0530
  • a005f15cec
    Merge pull request #495 from dam9000/pr-minor-cleanup Chris Patti 2023-11-07 10:02:57 -0500
  • c8dd8e7e0c init.lua: minor edits of section comments for consistency Damjan 9000 2023-11-07 11:27:14 +0100
  • f23484cf88 init.lua: move diagnostic keymaps together with other keymaps Damjan 9000 2023-11-07 11:18:15 +0100
  • 47974f7db1
    Merge pull request #494 from slara/master Chris Patti 2023-11-06 21:07:53 -0500
  • 1d14453024 Live Grep from Git root falls back to cwd on special buffers Sebastian Lara Menares 2023-11-06 22:29:05 -0300
  • bced1c2943
    Merge pull request #492 from slara/master Chris Patti 2023-11-06 16:36:35 -0500
  • 1c59dc28c8
    Merge pull request #485 from n-a11s/patch-1 Chris Patti 2023-11-06 15:56:59 -0500
  • 5ce4f38e1e change keymap to not disrupt existing users of Search by Grep Sebastian Lara Menares 2023-11-06 15:29:09 -0300
  • 0fda9af7c9 add Telescope live_grep on Git root Sebastian Lara Menares 2023-11-06 11:10:16 -0300