Commit da685b4
Modular master (#2)
* Added lua/lazy-bootstrap.lua
* Added lua/lazy-plugins.lua
* Added lua/options.lua
* Added lua/keymaps.lua
* Added lua/telescope-setup.lua
* Added lua/treesitter-setup.lua
* Added lua/lsp-setup.lua
* Added lua/cmp-setup.lua
* Update README.md - remove single-file
* Update README.md - kickstart-modular fork
* init.lua: update section comments to match upstream
* Run stylua on init.lua
* Minor changes to README to reflect the modular repo (nvim-lua#3)
* Update README to reflect modular organization
- Change install links to this repo instead of nvim-lua/kickstart.nvim
- Change “Recommended Steps” repo link to reflect kickstart-modular.nvim.git
- Change FAQ re: multiple files to reflect that we are in the modular repo, not the single file repo.
* README.md: removed some trailing spaces
* fix: incorrect reference to init.lua in README.md
* README.md: minor update to the modular fork note
* chore(docs): Update README.md (nvim-lua#1344)
Neovim has renamed the "linux64" binary to "linux-x86_64".
* docs: clarify using opts = {} vs config = function() ... require('plu… (nvim-lua#1316)
* docs: clarify using opts = {} vs config = function() ... require('plugin').setup({}) .. end
The current documentation mentioning that using "require" is equivalent to using "opts" without detailing the use in the "config = function()" block seems inaccurate.
Lower in the configuration the "config = function()" block is used without clarifying why it needed and what it does.
This clarification may help new users understand the difference between the two, or how and where to place the "require" statement.
* Update init.lua
* remove whitespace
* fix (nvim-lua#1319): gitsigns deprecated functions (nvim-lua#1321)
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
* Add a blurb about installing missing emoji on Ubuntu
Right next to the nerdfonts blurb as requested.
* fix: arguments for the `vim.lsp.Client.supports_method` method (nvim-lua#1356)
* feat(diagnostic): add diagnostic config (nvim-lua#1335)
Co-authored-by: gelocraft <[email protected]>
* perf: load tokyonight.nvim in the intended way (nvim-lua#1360)
Fixes nvim-lua#1357
* feat: add basic function signature help (nvim-lua#1358)
* feat: add basic function signature help
* Update init.lua
Co-authored-by: makeworld <[email protected]>
---------
Co-authored-by: makeworld <[email protected]>
* Fix: fix the cmp-nvim-lsp-signature-help link (nvim-lua#1363)
* fix: regression introduced in db78c0b (nvim-lua#1367)
* Remove duplicate cmp-path (nvim-lua#1369)
* Propsed fix for init.lua warnings as per nvim-lua#1305 (comment) (nvim-lua#1354)
* feat: add `vim.opt.confirm = true` (nvim-lua#1384)
* fix: use correct github abmonition syntax (nvim-lua#1414)
* changed Conform's format_on_save lambda so that buffers that match disable_filetypes return nil. This allows you to enable a formatter for langages in the disable_filetypes table to have a formatter that can be run manually with Leader-f but doesnt enable format_on_save for them (nvim-lua#1395)
* feat(keymap): move windows without `<C-w>` (nvim-lua#1368)
* fix: minor misspellings (nvim-lua#1450)
* fix: minor misspellings
* revert change for `-Bbuild`
* Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11 (nvim-lua#1427)
* refactor: change LSP keybindings to the default gr bindings introduced in 0.11
* refactor: modify existing LSP functions to follow convention
* Remove Telescope `0.1` branch lock (nvim-lua#1448)
* feat: switch nvim-cmp for blink.cmp (nvim-lua#1426)
* remove cmp.lua which was replaced with blink-cmp.lua
* Change to Mason's new address (nvim-lua#1516)
* feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512)
* Replace vim.opt with vim.o (nvim-lua#1495)
* Replace vim.opt with vim.o
Because it offers a nicer interface and info on hover.
For now leave vim.opt when using the table interface (until vim.o
with tables is implemented)
* Add type hint for vim.opt.rtp
* Add a comment about using vim.opt instead of vim.o
* don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489)
* README: mention fd-find in requirements (nvim-lua#1477)
Fixes nvim-lua#1476
* fix: rename vim.highlight.on_yank to vim.hl.on_yank (nvim-lua#1482)
The functions of vim.highlight were renamed to vim.hl on commit
18b43c331d8a0ed87d7cbefe2a18543b8e4ad360 of neovim, which was applied
with the release of nvim version 0.11.
Now, the use of vim.highlight is deprecated, and instead, one should
use vim.hl functions.
In practice, vim.highlight is still working, however, asking for help
for vim.highlight.on_yank fails (E149), while asking for help for
vim.hl.on_yank works as expected. So, by updating the used function, a
new user will have easier time looking getting the relevant help.
Co-authored-by: Omri Sarig <[email protected]>
* Update windows installation command
* remove conflicting stuff
* more changes
* more
---------
Co-authored-by: Damjan 9000 <[email protected]>
Co-authored-by: Peter S. Jaglom <[email protected]>
Co-authored-by: Vinit Neogi <[email protected]>
Co-authored-by: Ryan Nevius <[email protected]>
Co-authored-by: bleacheda <[email protected]>
Co-authored-by: Erlan Rangel <[email protected]>
Co-authored-by: Chris Patti <[email protected]>
Co-authored-by: Jonas Zeltner <[email protected]>
Co-authored-by: GeloCraft <[email protected]>
Co-authored-by: gelocraft <[email protected]>
Co-authored-by: Joaquín Guerra <[email protected]>
Co-authored-by: Rob <[email protected]>
Co-authored-by: makeworld <[email protected]>
Co-authored-by: Aryan Rajoria <[email protected]>
Co-authored-by: Ari Pollak <[email protected]>
Co-authored-by: Crypto-Spartan <[email protected]>
Co-authored-by: Luca Saccarola <[email protected]>
Co-authored-by: RulentWave <[email protected]>
Co-authored-by: Sander <[email protected]>
Co-authored-by: dasvh <[email protected]>
Co-authored-by: Theo P. <[email protected]>
Co-authored-by: Dmytro Onypko <[email protected]>
Co-authored-by: Liam Dyer <[email protected]>
Co-authored-by: guru245 <[email protected]>
Co-authored-by: Ori Perry <[email protected]>
Co-authored-by: pynappo <[email protected]>
Co-authored-by: Omri Sarig <[email protected]>
Co-authored-by: Omri Sarig <[email protected]>
Co-authored-by: jaho5 <[email protected]>1 parent b555a56 commit da685b4
30 files changed
Lines changed: 1048 additions & 968 deletions
File tree
- lua
- custom/plugins
- kickstart/plugins
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
35 | | - | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
58 | | - | |
| 62 | + | |
59 | 63 | | |
60 | | - | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
67 | | - | |
| 71 | + | |
| 72 | + | |
68 | 73 | | |
69 | | - | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
74 | | - | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
84 | | - | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | | - | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
146 | 154 | | |
147 | 155 | | |
148 | 156 | | |
| |||
212 | 220 | | |
213 | 221 | | |
214 | 222 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
220 | 228 | | |
221 | 229 | | |
222 | | - | |
| 230 | + | |
223 | 231 | | |
224 | 232 | | |
225 | 233 | | |
| |||
0 commit comments