summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
Commit message (Expand)AuthorAgeFilesLines
* feat: Change to prepare for upcoming deprecation of configuring diagnostic-si...gloomy-lemon-debatable2024-11-201-3/+4
* Remove two because there are more than two. (#1213)Will Winder2024-10-301-1/+1
* Change diagnostic symbols if vim.g.have_nerd_font is true (#1195)gloomy-lemon-debatable2024-10-301-0/+9
* samarth-nagar fix: lazy help tag on line 931 (#1167)sam2024-10-301-1/+5
* feat: update references of tsserver to ts_ls (#1131)Nicolás Baquero2024-09-101-3/+3
* Fix the which-key spec issue caused by recent cleanup (#1113)Damjan 90002024-08-261-10/+10
* cleanup: refactor which-key configuration for cleaner setup (#1102)Ihsan Tonuzi2024-08-261-49/+47
* fix: remove deprecated opt for conform.nvim (#1070)Ihsan Tonuzi2024-08-251-2/+8
* Include visual mode in LSP code action keymap (#1060) (#1064)Bayram Kazik2024-08-241-4/+5
* refactor: update treesitter and which-key config (#1068)Ihsan Tonuzi2024-08-221-14/+46
* Check for loop or uv for lazypath (#1095)Michael L.2024-08-221-1/+1
* Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (#1042)jstrot2024-07-291-0/+3
* Remove treesitter prefer_git option (#1061)jstrot2024-07-291-2/+0
* performance: defer clipboard because xsel and pbcopy can be slow (#1049)abeldekat2024-07-281-1/+4
* refactor: remove lazydev and luvit-meta as lsp dependencies (#1047)Ihsan Tonuzi2024-07-281-15/+16
* Modify conform comments to prevent deprecation warning when used (#1057)Brandon Clark2024-07-281-3/+2
* Remove redundant hlsearch option (#1058)Arvin Verain2024-07-281-2/+2
* Update comment about the toggle inlay hints keymap (#1041)Richard Macklin2024-07-221-1/+1
* Update lazydev config to fix "Undefined field `fs_stat`" LSP error (#1040)Richard Macklin2024-07-211-1/+11
* Neovim 0.10 updates (#936)Vladislav Grechannik2024-07-211-18/+11
* Fix comment about mini.ai example (#985)Richard Macklin2024-07-211-1/+1
* Make conform.nvim be lazy-loadable again (#977)Vladislav Grechannik2024-07-211-1/+2
* fix: add required parsers from nvim-treesitterTJ DeVries2024-07-171-1/+1
* fix(lazy): added error handling for bootstrap (#1001)Folke Lemaitre2024-07-161-1/+4
* which-key v3 update (#1022)Vladislav Grechannik2024-07-161-12/+8
* Add diff to treesitter's ensure_installed languages (#908)Richard Macklin2024-05-051-1/+1
* Move LspDetach handler near kickstart-lsp-highlight group (#900)Damjan 90002024-05-021-8/+8
* fix: highlight group clear on each attach (#874)Francis Belanger2024-04-221-1/+1
* Fix highlight errors when lsp crash or stop (#864)Francis Belanger2024-04-221-0/+11
* Fix deprecation notice of inlay hints (#873)Vladislav Grechannik2024-04-221-1/+1
* Add a commented out example of the classic complete keymaps. Fixes #866 (#868)Damjan 90002024-04-201-0/+6
* fix: restore Mason config timing for DAP startup (again) (#865)GameFuzzy2024-04-191-1/+1
* Add gitsigns recommended keymaps as an optional plugin (#858)Damjan 90002024-04-171-0/+6
* Move plugin examples from README to optional plugin files (#831)Damjan 90002024-04-171-0/+2
* Enable inlay hints for the supporting servers (#843)Vladislav Grechannik2024-04-171-0/+11
* Fix: #847 - add prefer_git to treesitter config (#856)Chris Patti2024-04-171-0/+2
* Comment about nerd font selection. Fixes #853 (#854)Damjan 90002024-04-171-1/+1
* Don't lazy load conform plugin (#818)Damjan 90002024-03-311-0/+1
* Add a keymap space-f to format buffer using conform (#817)Damjan 90002024-03-311-0/+10
* fix #799 (#800)Liu Qisheng2024-03-271-1/+1
* Some suggestions and capitalised a few words (#771)Togglebit2024-03-181-55/+53
* feat: add linter plugin (#699)Fredrik Averpil2024-03-181-0/+1
* assign table to filetype in lua_ls config comment (#770)Shane Crowley2024-03-181-1/+1
* conform: disable autoformat on save for specified filetypes (#694)Damjan 90002024-03-151-4/+10
* fix: disable ts indenting for RubyTJ DeVries2024-03-151-2/+8
* doc: add note about advanced luasnip featuresTJ DeVries2024-03-151-0/+3
* Move friendly snippets to dependencies of LuaSnip (#759)Vladislav Grechannik2024-03-151-6/+11
* Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750)Rafael Zasas2024-03-151-0/+4
* doc: add info about timeoutlen (#691)TLW2024-03-151-0/+3
* Revert "Use `cmp-nvim-lua` as `nvim-cmp` source for neovim Lua API (#696)" (#...Chris Patti2024-03-121-4/+0