Commit Graph

57 Commits

Author SHA1 Message Date
Juliano Barbosa 7128ca764c feat: update documentation and configuration files for Neovim setup
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
2025-02-22 14:58:55 -03:00
Juliano Barbosa 76edf81b0a feat: remove custom statusline configuration file
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
2025-02-22 13:03:37 -03:00
Juliano Barbosa 94cd09806e feat: implement mode_manager plugin with enhanced state management
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
2025-02-18 18:44:58 -03:00
Juliano Barbosa f8b3501df1 feat: feat: add comprehensive documentation for Neovim configuration project
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
2025-02-17 21:59:19 -03:00
juliano.barbosa 7867c90aec
feat: update from n590590
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
2025-01-17 09:32:33 -03:00
juliano.barbosa 00950762bf
feat: implement new feature for improved user experience
Signed-off-by: juliano.barbosa <julianomb@gmail.com>
2025-01-15 16:11:46 -03:00
Juliano Barbosa ec7e3aacd3
feat: add settings and keymaps for enhanced Neovim configuration 2025-01-08 16:18:12 -03:00
Juliano Barbosa 96dc72136e
Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim into nvim-lua-master 2024-12-30 17:19:56 -03:00
Scott Swensen de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 2024-12-15 00:42:39 -05:00
Juliano Barbosa c95cd2d0b3
chore(lazy): add azure pipelines and kubernetes json schema
Changes:
- Add Azure Pipelines and Kubernetes JSON Schema to lazy server
2024-12-13 11:27:33 -03:00
Anjishnu Banerjee 9dfb1b230f
Fix nvim-dap not lazy loading (#1216)
* Fix nvim-dap not lazy loading

The keys property had local variables 'dap' and 'dap-ui' that used `require` and prevented all DAP related plugins from lazy-loading.
Fixed this by changing keys to a table and substituting the local variables with a lamba function

* Make debug keybind descriptions more consistent
2024-11-20 08:40:51 -05:00
gloomy-lemon-debatable be678aa341
Set breakpoint icons and their highlight colors (#1194)
* feat: Set breakpoint icons and their highlight colors

* docs: Delete reference URL (written in PR)
feat: "Break" and "Stop" arguments of vim.api.nvim_set_hl are changed because they are too common nouns
feat: Comment out changes regarding diagnostic symbols so that only those who want to change them can do so

---------

Co-authored-by: name <email>
2024-10-30 13:01:42 -04:00
Éric NICOLAS 5ed1bc38dc
Disable linting autocmd for readonly buffers (#1202)
* Disable linting autocmd for readonly buffers

This should avoid linting in buffers outside of the user's control,
having in mind especially the handy LSP pop-ups that describe your
hovered symbol using markdown.

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>

* Justify guarding try_lint in readonly buffers

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>

---------

Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>
2024-10-30 11:41:46 -04:00
Hypera User (aider) 5b274c18c9
feat: Add event and config options to folke/trouble.nvim plugin 2024-10-15 10:00:01 -03:00
Hypera User (aider) 82f077eeb3
feat: Add trouble.nvim plugin with dependencies 2024-10-10 15:09:19 -03:00
Juliano Barbosa a955cce2a9
chore(lint): add linters for dockerfile, json, python, terraform 2024-09-24 11:24:14 -03:00
Juliano Barbosa 09e8d6a93e
Merge pull request #4 from nvim-lua/master
from-nvim-lua
2024-09-24 11:15:09 -03:00
Bayram Kazik f49cc6c935
Enable silent option for default neo-tree plugin keybinding (#1108) 2024-08-25 23:23:17 -04:00
Juliano Barbosa 2f0d12ffe8
chore(python-debugging): refactor python debugging setup 2024-08-23 08:52:09 -03:00
Juliano Barbosa 63d6426b87
chore(plugins): removed copilot paste keymap 2024-08-23 08:51:43 -03:00
Juliano Barbosa 8aba6f8dc9
chore(chatgpt): update chatgpt config to use azure api 2024-08-23 08:51:14 -03:00
Juliano Barbosa 3f6d324449
chore(plugins): add f-strings and neogen plugins 2024-08-23 08:50:53 -03:00
Juliano Barbosa 009e9a244b
chore(copilot): add filetypes configuration
Added filetypes configuration to copilot plugin.
2024-08-23 07:15:28 -03:00
Juliano Barbosa 63d5dd2856
chore(plugins): added python-repl.lua 2024-08-23 06:51:00 -03:00
Juliano Barbosa 2863dca316
chore(nvim): added custom plugins 2024-08-22 16:33:31 -03:00
Juliano Barbosa 8c5945a038
chore(copilot): added copilot.lua 2024-08-15 09:36:54 -03:00
Juliano Barbosa fac7b3edb8
Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim into nvim-lua-master 2024-08-14 12:13:13 -03:00
Juliano Barbosa 83c1049b8c
Merge remote-tracking branch 'refs/remotes/origin/master' 2024-08-14 12:03:04 -03:00
Juliano Barbosa 726fd3b71a
chore(wip): 1 2024-08-14 12:02:44 -03:00
Vladislav Grechannik 7513ec8a7d
Neovim 0.10 updates (#936)
* Neovim 0.10 updates

Provide the buffer for which to enable inlay hints

Co-authored-by: Matt Mirus <matt@mattmirus.com>

* refactor: replace vim.loop with vim.uv

* Upgrade folke/neodev (sunsetting) to folke/lazydev

* Update checkhealth for 0.10 release

---------

Co-authored-by: Matt Mirus <matt@mattmirus.com>
Co-authored-by: mrr11k <me+github@mrr11k.dev>
Co-authored-by: Seb Tomasini <sebt@qgates.com>
2024-07-21 20:35:07 -04:00
Vladislav Grechannik 4bbca64157
Make debug lazy loadable (#978) 2024-07-21 16:24:57 -04:00
Tom Kuson 1cdf6fb377
Remove redundant require (#959) 2024-07-21 16:22:44 -04:00
Damjan 9000 202910d3fa
Fix neo-tree keymap description (#932)
The lazy.nvim keys parameter does not need the `desc` to
be inside a table in the way that vim.keymap.set() does.
With this fix the keymap description will be properly
shown for example in telescope keymap search
2024-07-21 16:22:10 -04:00
Per Malmberg 5aeddfdd5d
Automatically set detached state as needed. (#925)
* Automatically set detached state as needed.

* Use vim.fn.has instead.

* Fix int vs bool.
2024-05-10 13:43:22 -04:00
Smig b9bd02d55b
fix: debug.lua (#918) 2024-05-08 10:55:49 -04:00
Damjan 9000 f5c9fe8e15
Add gitsigns recommended keymaps as an optional plugin (#858) 2024-04-17 21:00:39 -04:00
Damjan 9000 5e258d276f
Move plugin examples from README to optional plugin files (#831)
* Move autopairs example from README to an optional plugin

* Move neo-tree example from README to an optional plugin
2024-04-17 15:25:54 -04:00
José Miguel Sarasola 773e482d4b
Add nvim-nio as dependency for nvim-dap-ui (#774)
It's a dependency now
2024-03-18 17:38:14 -04:00
Fredrik Averpil 8e24ca32e3
feat: add linter plugin (#699) 2024-03-18 10:00:48 -04:00
Juliano Barbosa 88b3069a54
Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim into nvim-lua-master 2024-03-07 18:56:28 -03:00
Damjan 9000 c9122e89e3
fix: checkhealth reported nvim version (#685) 2024-03-03 19:32:06 -05:00
TJ DeVries 8b5d48a199
rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)
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-26 10:03:53 -05:00
Juliano Barbosa a4f0645ab8
feat(nvim): added plugin to mason install 2023-09-02 13:23:04 -03:00
Juliano Barbosa c01a93caee
fix: chatgpt.lua 2023-08-31 10:46:15 -03:00
Juliano Barbosa b2f97d162a
Merge branch 'master' of https://github.com/julianobarbosa/kickstart.nvim.wip 2023-08-31 10:45:34 -03:00
Juliano Barbosa 3e237e26e4
feat(nvim): added chatgpt.lua 2023-08-31 10:44:09 -03:00
Juliano Barbosa 6e7efe1fd7
feat(gpt): added open host reference 2023-08-30 22:32:11 -03:00
Juliano Barbosa b46c2aa052
feat(gpt): added chatgpt config for custom prompt 2023-08-30 22:02:48 -03:00
Juliano Barbosa dbaeb81cd1
feat(nvim): added chatgpt.lua 2023-08-30 08:51:02 -03:00
Juliano Barbosa d22c524625
added cycle keymaps 2023-08-10 12:31:58 -03:00