aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2024-04-01Merge 'upstream' Don't lazy load conform pluginDamjan 9000
2024-03-31Merge 'upstream' Add a keymap space-f to format buffer using conformDamjan 9000
2024-03-28Merge 'upstream' Add luadoc in treesitter, instructions to quit lazyDamjan 9000
- Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter` - Add instructions to quit :lazy
2024-03-19Merge 'upstream' Add nvim-nio as dependency for nvim-dap-uiDamjan 9000
2024-03-18Add nvim-nio as dependency for nvim-dap-ui (#774)José Miguel Sarasola
It's a dependency now
2024-03-18Merge 'upstream' Some suggestions and capitalised a few wordsDamjan 9000
2024-03-18Merge 'upstream' feat: add linter plugin, lua_ls config commentDamjan 9000
- feat: add linter plugin - assign table to filetype in lua_ls config comment
2024-03-18feat: add linter plugin (#699)Fredrik Averpil
2024-03-15Merge 'upstream' conform: disable autoformat on save for specified filetypesDamjan 9000
2024-03-15Merge 'upstream' timeoutlen, cmp scroll, friendly snippets, luasnip, rubyDamjan 9000
Merged: - fix: disable ts indenting for Ruby - doc: add note about advanced luasnip features - Move friendly snippets to dependencies of LuaSnip (#759) - Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750) - doc: add info about timeoutlen (#691)
2024-03-12Merge 'upstream' Added folke/neodev.nvim for proper nvim api completion and ↵Damjan 9000
annotation
2024-03-12Merge 'upstream' rename <C-t>, use opts for treesitterDamjan 9000
- chore: rename <C-T> to <C-t> for consistency - feat: allow treesitter defaults to be overwritten from custom directory
2024-03-10Merge 'upstream' use init for colorschemeDamjan 9000
2024-03-06Merge 'upstream/master' Make the Nerd Font an optional requirementDamjan 9000
2024-03-06Merge 'upstream/master' Add more detail to colorscheme commentDamjan 9000
2024-03-04Merge 'upstream/master' cursor location, trailing spaces, new youtube videoDamjan 9000
Change statusline location to LINE:COLUMN chore: remove trailing spaces from readme chore: link new installation youtube video
2024-03-04Merge 'upstream/master' fix: checkhealth reported nvim versionDamjan 9000
2024-03-03fix: checkhealth reported nvim version (#685)Damjan 9000
2024-03-03Merge 'upstream/master' VimEnter, win install, custom/plugins noteDamjan 9000
fix: add note in readme for custom plugins README.md: updated windows install instructions (#674) feat: use VimEnter event instead of VeryLazy (#673)
2024-03-01Merge 'upstream/master' chore: fix typosDamjan 9000
2024-03-01Merge 'upstream/master' fixup style, lua lsp snippetsDamjan 9000
fixup: updated some style stuff feat: enable lua lsp snipppets
2024-02-28Merge 'upstream/master' Change mini.statusline location format to LINE:COLUMNDamjan 9000
2024-02-27Merge 'upstream/master' add plugin specs docstring, remove lazy.nvim ↵Damjan 9000
configuration (empty) table
2024-02-26Merge 'upstream/master' fixups (autocommand, auto_install)Damjan 9000
fixup: change comment to reflect auto_install fixup: add autocommand link for help and description
2024-02-26Merge 'upstream/master' rewrite: slimmer, trimmer and more lazy kickstart.nvimDamjan 9000
2024-02-26rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)TJ DeVries
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 ------------------------------------------------------------------------------- ```
2024-02-05Merge 'upstream/master' Add Build Step to LuaSnipDamjan 9000
2024-02-03Merge 'upstream/master' feat: added contexts for code action - source ↵Damjan 9000
fix-all errors
2024-01-29Merge 'upstream/master' Add Onedark StyleDamjan 9000
2024-01-29Merge 'upstream/master' Set status line theme to the global colorschemeDamjan 9000
2024-01-12Merge 'upstream/master' Removed duplicate lineDamjan 9000
2024-01-08Merge 'upstream/master' Add Missing Fields to Treesitter Config to Resolve ↵Damjan 9000
Warnings
2023-12-24Merge 'upstream/master' fix: restore mason config timing for dap startupDamjan 9000
2023-12-22Merge 'upstream/master' Switch cmp up mapping from C-d to C-bDamjan 9000
2023-12-08Merge 'upstream/master' feat(cmp): path completion featureDamjan 9000
2023-12-04Merge 'upstream/master' keymaps for telescope and gitsignsDamjan 9000
2023-12-03Merge 'upstream/master' Run styluaDamjan 9000
2023-11-24Merge remote-tracking branch 'upstream/master'Damjan 9000
option to reduce noisy Lua_LS's missing-fields warnings (#511)
2023-11-14Merge remote-tracking branch 'upstream/master'Damjan 9000
- remove 'legacy' tag from fidget.nvim
2023-11-12Merge remote-tracking branch 'upstream/master'Damjan 9000
- fix(auto-completion): ensure first menu item is selected by default
2023-11-07Merge remote-tracking branch 'upstream/master'Damjan 9000
- init.lua: minor edits of section comments for consistency - init.lua: move diagnostic keymaps together with other keymaps
2023-11-07Merge remote-tracking branch 'upstream/master'Damjan 9000
- Telescope live_grep on Git root - Update README.md: windows powershell
2023-11-03Added lua/cmp-setup.luaDamjan 9000
2023-11-03Added lua/lsp-setup.luaDamjan 9000
2023-11-03Added lua/treesitter-setup.luaDamjan 9000
2023-11-03Added lua/telescope-setup.luaDamjan 9000
2023-11-03Added lua/keymaps.luaDamjan 9000
2023-11-03Added lua/options.luaDamjan 9000
2023-11-03Added lua/lazy-plugins.luaDamjan 9000
2023-11-03Added lua/lazy-bootstrap.luaDamjan 9000