| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | FIX: Updating command description. | Luiz Antonio Calliari Filho | 2023-03-12 | 1 | -2/+2 | |
| | | ||||||
| * | Feat: Simplifying code | Luiz Antonio Calliari Filho | 2023-03-06 | 1 | -11/+3 | |
| | | ||||||
| * | added descriptions to Diagnostic keymaps (#191) | Philipp Szechenyi | 2023-02-27 | 1 | -4/+4 | |
| | | | | | | | * Update init.lua * Update init.lua | |||||
| * | Adding [+c and ]+c to move to diffs and leader+ph to show a pop up with the ↵ | Luiz Antonio Calliari Filho | 2023-02-26 | 1 | -0/+13 | |
| | | | | | preview diff value. | |||||
| * | feat: Add clipboard sync by default (#166) | Tudor | 2023-02-17 | 1 | -0/+5 | |
| | | ||||||
| * | feat: move to lazy.nvim package manager and add first plugins (#178) | TJ DeVries | 2023-02-17 | 1 | -121/+185 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | added vim to tree-sitter's ensured installed list (#110) | willsmanic | 2023-01-01 | 1 | -1/+1 | |
| | | | | | please refer to https://github.com/nvim-treesitter/nvim-treesitter/issues/3092 | |||||
| * | Prevent multiple language servers from being spawned after every file save ↵ | amalgame21 | 2022-12-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | 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 | |||||
| * | move server config to easy to extend style (#71) | TJ DeVries | 2022-12-20 | 1 | -52/+44 | |
| | | | | | | | | | | 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. | |||||
| * | remove python indent: closes #78 | TJ DeVries | 2022-12-20 | 1 | -2/+2 | |
| | | ||||||
| * | fix: don't check third party for Lua LSP (#57) | Nicolas Gryman | 2022-12-19 | 1 | -1/+4 | |
| | | | | | | | | | * 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> | |||||
| * | Fix error on Windows when space in install path (#64) | Debashis Biswas | 2022-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | Closes #46 | TJ DeVries | 2022-12-17 | 1 | -1/+1 | |
| | | ||||||
| * | small changes to default mappings (#41) | TJ DeVries | 2022-12-13 | 1 | -3/+3 | |
| | | ||||||
| * | fixup: add gitignore and style | TJ DeVries | 2022-12-06 | 1 | -2/+4 | |
| | | ||||||
| * | enh(treesitter): add help into ensure_installed (#39) | Maximiliano Greco | 2022-12-06 | 1 | -1/+1 | |
| | | | | | closes https://github.com/nvim-lua/kickstart.nvim/issues/38 | |||||
| * | Enable parameter text objects (#36) | Carlo Teubner | 2022-11-25 | 1 | -0/+2 | |
| | | | | | This seems like a natural addition. In classic Vim, I used to use https://github.com/b4winckler/vim-angry for this. | |||||
| * | Add optional packer plugins hook (#20) | Elijah Manor | 2022-11-21 | 1 | -0/+4 | |
| | | | | | | | | | * Add optional packer plugins hook * Provide help in README and simplify module * Fix spelling and tweak verbiage about after/plugin | |||||
| * | reformat to reduce merge conflicts and add fidget | TJ DeVries | 2022-11-18 | 1 | -25/+53 | |
| | | ||||||
| * | fix: syntax highlights tree-sitter - `navarasu/onedark.nvim` support both ↵ | zirbest | 2022-11-18 | 1 | -1/+1 | |
| | | | | | API TS* and the new one @* - `mjlbach/onedark.nvim` is archived and not support new syntax | |||||
| * | lsp.update_ is deprecated | Nikolas Bertrand | 2022-11-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix nvim-treesitter-textobjects install warning | Sebastian Olsen | 2022-09-26 | 1 | -18/+18 | |
| | | ||||||
| * | Replace nvim-lsp-installer with mason.nvim | Sebastian Olsen | 2022-09-14 | 1 | -2/+6 | |
| | | ||||||
| * | Added cpp to treesitter and ordered TS imports | Ash | 2022-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | Move Telescope from master to 0.1.x branch | Vzaa | 2022-09-13 | 1 | -16/+18 | |
| | | | | | | Follow Telescope's README suggestion and use 0.1.x branch instead of master | |||||
| * | Don't pass args to vim.lsp.buf.format/formatting | Vzaa | 2022-09-13 | 1 | -1/+7 | |
| | | | | | | Args passed by nvim_buf_create_user_command to the callback creates errors with rust-analyzer on nvim 0.7.x and vim.lsp.buf.formatting. | |||||
| * | Disable telemetry for sumneko lua lsp | skovati | 2022-07-11 | 1 | -0/+2 | |
| | | ||||||
| * | Fix typo in help reference | Stephen Lewis | 2022-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | Removes extra space between "- Annotation" -> "-Annotation" | Peter Piekarczyk | 2022-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed spelling error and missing marker | Ash | 2022-07-11 | 1 | -2/+2 | |
| | | ||||||
| * | init: kickstart.nvim | TJ DeVries | 2022-06-23 | 1 | -0/+383 | |