Commit Graph

40 Commits

Author SHA1 Message Date
Fabian Imhof fa734bbf65 fix stuff 2024-11-29 12:03:43 +01:00
Fabian Imhof 546a80891f update config for convenience 2024-10-08 17:37:28 +02:00
Fabian Imhof 28f257fcb1 remove default spellcheck 2024-09-27 10:58:23 +02:00
TheSoeren 5975e1b573 spellchecking and devicons 2024-09-24 22:21:33 +02:00
Fabian Imhof e28f39d75f FIIIIX 2024-09-20 17:14:49 +02:00
Fabian Imhof 3a798315e9 fix mason issue 2024-09-20 10:31:16 +02:00
TheSoeren 2e45c70b52 resolve merge 2024-09-20 07:53:27 +02:00
TheSoeren 54d8b950fd add latex autocomplete 2024-09-19 15:00:31 +02:00
TheSoeren ac45b1953c update to latest og version 2024-09-18 13:32:32 +02:00
TheSoeren 52575c8507 resolve conflict 2024-09-17 10:44:29 +02:00
TheSoeren e091cb27b7 updated neo-tree 2024-09-17 10:42:30 +02:00
TheSoeren 9651e80d7e resolve conflict 2024-07-30 21:41:27 +02:00
TheSoeren 7123bf8ae6 fix java and cleanup 2024-07-28 11:33:46 +02:00
TheSoeren 6171b6b704 added prettier to autoinstall 2024-06-30 14:30:13 +02:00
TheSoeren 3f859fa83c add java lsp and cmake plugin 2024-06-29 19:49:14 +02:00
TheSoeren 7c95894313 remove clashing key binds 2024-06-25 22:35:43 +02:00
TheSoeren e2f3ffcc02 Generic changes, notably adding git-blame 2024-06-25 22:34:00 +02:00
TheSoeren dd28b344e4 add cpp lsp 2024-06-18 17:23:31 +02:00
TheSoeren c97a7a1284 add undotree 2024-06-06 16:40:06 +02:00
TheSoeren 8c8f8b016c adjust key bindings 2024-06-06 15:05:45 +02:00
TheSoeren ceee1003cc fix syntax error 2024-06-06 14:59:33 +02:00
TheSoeren 869a8cd673 add dotnet support and remove deprecated remap 2024-06-06 14:54:34 +02:00
TheSoeren a9c63d770f move scripts to correct folder 2024-06-06 11:18:35 +02:00
TheSoeren 2a01bc8d32 add many useful remaps 2024-06-06 10:35:34 +02:00
TheSoeren 9f25cc1912 add typescript lsp 2024-06-06 09:11:34 +02: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
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
Juan Giordana c45b17ebab Add descriptions for debugging keybindings.
Add descriptions for debugging key bindings.

Improve formatting by changing double quotes to single quotes in order
to keep compatibility with the rest of the kickstart.nvim project.
2023-06-18 00:21:28 -03:00
Chris Patti 5e4d24cb2f Revert "Refactor theme and status line into their own file"
This reverts commit cdaa750c86.
2023-06-04 16:10:59 +00:00
Chris Patti cdaa750c86 Refactor theme and status line into their own file 2023-06-03 10:11:58 -04:00
Keiwan Jamaly e78ad01dd2
Added disconnect emoji for nvim-dap-ui 2023-04-26 17:37:48 +02:00
SamPosh 9004013a8d
Dapui.toggle is added 2023-04-24 16:40:07 +05:30
Kai Windle c19fe7af24
mason nvim dap 2.0 removed setup_handlers() (#258) 2023-04-12 13:43:08 -04:00
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
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-02-17 16:31:57 -05:00