summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add more detail to colorscheme comment (#713)Ryan Winchester2024-03-051-1/+3
|
* Change statusline location to LINE:COLUMN (#689)Damjan 90002024-03-041-3/+3
|
* feat: use VimEnter event instead of VeryLazy (#673)Taulant Aliraj2024-03-021-5/+5
|
* chore: fix typos (#666)Nhan Luu2024-03-011-9/+9
|
* feat: enable lua lsp snipppets (#660)Anton Kastritskii2024-02-291-0/+3
|
* fixup: updated some style stuffTJ DeVries2024-02-291-15/+14
|
* Change mini.statusline location format to LINE:COLUMN (#659)Damjan 90002024-02-281-0/+3
| | | | | Default mini.statusline location format is: 'cursor line | total lines │ cursor column | total columns'
* add plugin specs docstring, remove lazy.nvim configuration (empty) table (#652)brxxlstxrs2024-02-271-2/+4
|
* fixup: change comment to reflect auto_installTJ DeVries2024-02-261-1/+1
|
* fixup: add autocommand link for help and descriptionTJ DeVries2024-02-261-0/+4
|
* rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)TJ DeVries2024-02-261-594/+720
| | | | | | | | | | | | | | | | | | | | | | | | | | We've removed over 1/3 of the code that was in kickstart previously, and more than doubled the amount of comments explaining every line of code (to the best of my ability). kickstart now properly uses many of the lazy.nvim config and loading idioms, which should be really helpful for people moving both to modular configs, as well as extending the kickstart config in one file. Additional features: - Beautiful ascii art - Added some documentation that explains what is an LSP, what is telescope, etc - There is now a `:checkhealth` for kickstart, which checks some basic information and adds useful information for maintainers (for people cloning the repo). - Improved LSP configuration and tool installation, for easier first time startup - Changed init.lua ordering, so that it moves from simple options to complicated config ``` ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Lua 1 108 404 298 ------------------------------------------------------------------------------- ```
* Add Build Step to LuaSnip (#611)rgarber112024-02-051-1/+12
|
* feat: added contexts for code action - source fix-all errors (#599)Micah Effiong2024-02-021-1/+3
| | | | | | | | * feat: added contexts for code action - source fix-all errors * fix: resolve stylua checks * fix: resolve stylua checks
* Add Onedark Style (#590)Nazar2024-01-291-1/+6
| | | | | | | | | | * Add style options to Onedark setup (init.lua) * stylua init.lua * Load onedark through `require` * Improve commenting
* Set status line theme to the global colorscheme (#600)Victor Bertin2024-01-291-1/+1
|
* Removed duplicate line (#583)Sreejith I V2024-01-101-2/+0
|
* Add Missing Fields to Treesitter Config to Resolve Warnings (#582)Mohamad Alamin Yassin2024-01-081-1/+8
| | | | This commit introduces three additional fields - `sync_install`, `ignore_install`, and `modules` - to the Treesitter configuration. This update is aimed at resolving warnings that were previously displayed, potentially causing confusion or frustration for new users of Neovim. By explicitly defining these fields, the configuration aligns better with the latest `nvim-treesitter` requirements.
* fix: restore mason config timing for dap startup (#555)John Pekcan2023-12-231-1/+1
| | | | Co-authored-by: John Pekcan <john.pekcan@epicgames.com>
* Switch cmp up mapping from C-d to C-b to match regular vim up key (#549)Ari Pollak2023-12-211-1/+1
|
* feat(cmp): path completion feature (#536)Shashwat Agrawal2023-12-081-12/+597
|
* Run stylua on init.luaDamjan 90002023-12-051-595/+12
|
* Adds two essential telescope keymaps (#528)Damjan 90002023-12-041-0/+8
| | | | | | * Added keymap for select Telescope picker * Added keymap for search in all open files
* Add gitsigns recommended keymaps (#531)Damjan 90002023-12-041-8/+51
| | | | | | | | * Import gitsigns README.md recommended keymaps (and apply stylua) the previously added visual mode for ]c [c is kept. * Add gitsigns keymap descriptions
* Run stylua (#525)Damjan 90002023-12-031-8/+8
|
* option to reduce noisy Lua_LS's missing-fields warnings (#511)Tommy Williams2023-11-241-0/+2
|
* init.lua: remove 'legacy' tag from fidget.nvimj-hui2023-11-131-1/+1
|
* fix(auto-completion): ensure first menu item is selected by defaultShashwat Agrawal2023-11-111-12/+542
|
* init.lua: update section comments to match upstreamDamjan 90002023-11-071-539/+12
|
* init.lua: minor edits of section comments for consistencyDamjan 90002023-11-071-1/+3
|
* init.lua: move diagnostic keymaps together with other keymapsDamjan 90002023-11-071-6/+6
|
* Live Grep from Git root falls back to cwd on special buffersSebastian Lara Menares2023-11-061-6/+9
|
* change keymap to not disrupt existing users of Search by GrepSebastian Lara Menares2023-11-061-3/+2
|
* add Telescope live_grep on Git rootSebastian Lara Menares2023-11-061-17/+544
|
* Added lua/cmp-setup.luaDamjan 90002023-11-031-47/+2
|
* Added lua/lsp-setup.luaDamjan 90002023-11-031-109/+2
|
* Added lua/treesitter-setup.luaDamjan 90002023-11-031-68/+2
|
* Added lua/telescope-setup.luaDamjan 90002023-11-031-34/+2
|
* Added lua/keymaps.luaDamjan 90002023-11-031-26/+2
|
* Added lua/options.luaDamjan 90002023-11-031-40/+2
|
* Added lua/lazy-plugins.luaDamjan 90002023-11-031-170/+2
|
* Added lua/lazy-bootstrap.luaDamjan 90002023-11-031-15/+3
|
* feat(lsp): use Telescope builtin functions for LSP definition and type ↵Theo P2023-10-131-2/+2
| | | | definition
* Fix help for indent-blankline pluginAlvaro-Kothe2023-10-101-1/+1
| | | | | Since version 3 `:help indent_blankline` no longer works. Replace it with `:help ibl`.
* Fix bash errorsAshraf Michail2023-10-081-1/+1
|
* Move mason setup up furtherAnthony Fiddes2023-10-071-5/+5
| | | | This helps if a user needs to find a mason executable
* Fix Mason setup issue and run stylua.Anthony Fiddes2023-10-061-15/+28
|
* Defer Treesitter setup to improve startup time of nvim {filename}Ashraf Michail2023-09-301-55/+58
|
* fix: fix indent-blankline configLukas Reineke2023-09-281-6/+2
|
* fix(init.lua): indent blankline v3 setupEmmanuel Chucks2023-09-281-4/+6
|
* Add documentation for custom which-key groupstcld2023-09-241-0/+11
|