summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2024-02-03refactor: general formattingDavid Luevano Alvarado
2023-12-26chore: remove unnecessary stuff, tidy up configDavid Luevano Alvarado
2023-06-04final changes from kickstart.nvim, moved sets and remaps to separatefiles, ↵David Luevano Alvarado
removed unnecessary stuff
2023-06-04add undotreeDavid Luevano Alvarado
2023-06-04test commitDavid Luevano Alvarado
2023-06-04finish separating up the plugins, in generalDavid Luevano Alvarado
2023-06-04decouple more config into separate files, move stuff into lspDavid Luevano Alvarado
2023-06-03move treesitter to independent fileDavid Luevano Alvarado
2023-06-03minor tweaksDavid Luevano Alvarado
2023-06-03move some mappings into telescope config, separate fzfDavid Luevano Alvarado
2023-06-03initial plugins move to plugins dirDavid Luevano Alvarado
2023-06-03remove startup and plugin section commentsDavid Luevano Alvarado
2023-05-25FIX: Conflict with vimdiff keybindingLuiz Antonio Calliari Filho
2023-05-22Merge pull request #319 from mech-a/readmeChris Patti
Remove "after/" reference in README and other clean-up items
2023-05-22refact: remove after/ reference in readme, other clean-up itemsGaurav Bhatnagar
2023-05-21refact: add cmp comments, otherGaurav Bhatnagar
2023-05-16refact: styluaGaurav Bhatnagar
2023-05-16Merge pull request #296 from SamPosh/patch-3Chris Patti
2023-05-15Merge pull request #203 from luizcalliari/masterChris Patti
Features to move to diffs and show the preview values.
2023-05-15Merge pull request #302 from mech-a/mech-a-patch-1Chris Patti
change luasnip tab jumping to locally jumpable
2023-05-08Udated tree sitter to use latest release branchdec
2023-05-07add local jumping to shift tabGaurav Bhatnagar
2023-05-07change luasnip tab jumping to locally jumpableGaurav Bhatnagar
2023-05-02Added friendly snippet supportSamPosh
2023-04-27Add <C-n>, <C-p> mappings to nvim-cmp setupVictor Wallsten
2023-04-24setup a standard binding for searching git files using telescopeliepieshov
2023-04-13fix: move the Mason setup time forward from before (#210)KudoLayton
This commit fix the Mason [#1045](https://github.com/williamboman/mason.nvim/issues/1045) issue. Quickly set up Mason to avoid DAP-related startup error messages.
2023-04-12fix: use :TSInstall on build with nvim-treesitter (#261)Sebastian Lyng Johansen
2023-04-10Merge branch 'nvim-lua:master' into masterLuiz Antonio Calliari Filho
2023-04-07help treesitter module has been renamed to vimdoc in master (#248)Chris Patti
2023-03-12FIX: Updating command description.Luiz Antonio Calliari Filho
2023-03-07Merge branch 'nvim-lua:master' into masterLuiz Antonio Calliari Filho
2023-03-06Feat: Simplifying codeLuiz Antonio Calliari Filho
2023-02-27added descriptions to Diagnostic keymaps (#191)Philipp Szechenyi
* Update init.lua * Update init.lua
2023-02-26Adding [+c and ]+c to move to diffs and leader+ph to show a pop up with the ↵Luiz Antonio Calliari Filho
preview diff value.
2023-02-17feat: Add clipboard sync by default (#166)Tudor
2023-02-17feat: move to lazy.nvim package manager and add first plugins (#178)TJ DeVries
Closes #175 Closes #177 Closes #173 Closes #169 Closes #161 Closes #144 Closes #138 Fixes #136 Closes #137 Closes #131 Closes #117 Closes #130 Closes #115 Closes #86 Closes #105 Closes #70 Fixes #176 Fixes #174 Fixes #160 Fixes #158
2023-01-01added vim to tree-sitter's ensured installed list (#110)willsmanic
please refer to https://github.com/nvim-treesitter/nvim-treesitter/issues/3092
2022-12-28Prevent multiple language servers from being spawned after every file save ↵amalgame21
of init.lua (#96) * Prevent multiple language servers from being spawned Prevent multiple language servers from being spawned after every save of init.lua, which eventually leads to high RAM usage and system freeze. * Supress error messages add `silent!` in case of error message when nvim-lspconfig is not installed
2022-12-20move server config to easy to extend style (#71)TJ DeVries
Move servers to new configuration style. I will probably cover this in a new shorter video, or maybe in combination with something else. This should hopefully remove getting so many people making issues about LSPs that they don't want to. I can update documentation if what is happening is not clear.
2022-12-20remove python indent: closes #78TJ DeVries
2022-12-19fix: don't check third party for Lua LSP (#57)Nicolas Gryman
* fix: don't check third party for Lua LSP Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com> Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com>
2022-12-19Fix error on Windows when space in install path (#64)Debashis Biswas
2022-12-17Closes #46TJ DeVries
2022-12-13small changes to default mappings (#41)TJ DeVries
2022-12-06fixup: add gitignore and styleTJ DeVries
2022-12-06enh(treesitter): add help into ensure_installed (#39)Maximiliano Greco
closes https://github.com/nvim-lua/kickstart.nvim/issues/38
2022-11-25Enable parameter text objects (#36)Carlo Teubner
This seems like a natural addition. In classic Vim, I used to use https://github.com/b4winckler/vim-angry for this.
2022-11-21Add optional packer plugins hook (#20)Elijah Manor
* Add optional packer plugins hook * Provide help in README and simplify module * Fix spelling and tweak verbiage about after/plugin
2022-11-18reformat to reduce merge conflicts and add fidgetTJ DeVries