Commit Graph

251 Commits (d36fca46112ab07e2eb0670a140e94fca6a81c3b)
 

Author SHA1 Message Date
Hendra d36fca4611 udpat 6 months ago
Hendra db59a48fb4 Update 6 months ago
Hendra a5bd631f08 Updates 6 months ago
Hendra f97c0c4f3b Update bindings 7 months ago
Hendra 298892cfce Update 7 months ago
Hendra fa00b60f98 Update 8 months ago
Hendra 075edd76ff updates 8 months ago
Hendra 26468e4885 Setup avante 8 months ago
Hendra 51bef487c9 Updates 8 months ago
Hendra 1c53a038f4 Add snacks 8 months ago
Hendra a6f2588d65 Updates 10 months ago
Hendra c887a96ef2 Updates 10 months ago
Hendra f957aa2af9 nerdtree 1 year ago
Hendra ec9cb66592 Update 1 year ago
Hendra 3547630f23 Update 1 year ago
Hendra 3c9ade439d Updates 1 year ago
Hendra b042623adf Install elixir tools 1 year ago
Hendra 42c83961bf Updates 1 year ago
Hendra f851ea5ff2 Relative num 1 year ago
Hendra 4e91d2fcbc Udpate 1 year ago
Hendra 9ed4696ad1 Tweaks 1 year ago
Nora Ayesha 8fae6798b9
Fix typos and whatnot (#731) 1 year ago
Damjan 9000 66e2a5a425
Make the Nerd Font an optional requirement (#716) 1 year ago
Ryan Winchester f764b7bacd
Add more detail to colorscheme comment (#713) 1 year ago
Chiller Dragon b83b2b061c
chore: link new installation youtube video (#678) 1 year ago
Chiller Dragon a02abdb161
chore: remove trailing spaces from readme (#679) 1 year ago
Damjan 9000 c3127f1226
Change statusline location to LINE:COLUMN (#689) 1 year ago
Damjan 9000 c9122e89e3
fix: checkhealth reported nvim version (#685) 1 year ago
TJ DeVries e6710a461a fix: add note in readme for custom plugins 1 year ago
Damjan 9000 23fc4e59dc
README.md: updated windows install instructions (#674) 1 year ago
Taulant Aliraj b99af2d6a3
feat: use VimEnter event instead of VeryLazy (#673) 1 year ago
Nhan Luu 94a93643ab
chore: fix typos (#666) 1 year ago
Anton Kastritskii 38828dcaf7
feat: enable lua lsp snipppets (#660) 1 year ago
TJ DeVries b58666dd15 fixup: updated some style stuff 1 year ago
Damjan 9000 465d6f25c2
Change mini.statusline location format to LINE:COLUMN (#659)
Default mini.statusline location format is:
  'cursor line | total lines │ cursor column | total columns'
1 year ago
brxxlstxrs 18b919c61e
add plugin specs docstring, remove lazy.nvim configuration (empty) table (#652) 1 year ago
TJ DeVries af4fd2355f fixup: change comment to reflect auto_install 1 year ago
TJ DeVries 1c89b024c8 fixup: add autocommand link for help and description 1 year ago
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
-------------------------------------------------------------------------------
```
1 year ago
rgarber11 7af594fd31
Add Build Step to LuaSnip (#611) 1 year ago
Chris Patti 5d2d81b1ea
Fixes #607. Add hints for new neovim users to learn how to learn. (#615) 1 year ago
Micah Effiong bc4ad1218b
feat: added contexts for code action - source fix-all errors (#599)
* feat: added contexts for code action - source fix-all errors

* fix: resolve stylua checks

* fix: resolve stylua checks
2 years ago
Damjan 9000 c3ae716fb3
issue: #594 stylua workflow only on official kickstart repo (#609)
Only run the github stylua workflow check on the official
kickstart repo (nvim-lua/kickstart.nvim) so that it's not
enforced on any other forks.
As suggested by: @zwergius
2 years ago
Nazar b115814916
Add Onedark Style (#590)
* Add style options to Onedark setup (init.lua)

* stylua init.lua

* Load onedark through `require`

* Improve commenting
2 years ago
Victor Bertin deaafcf549
Set status line theme to the global colorscheme (#600) 2 years ago
Sreejith I V 2510c29d62
Removed duplicate line (#583) 2 years ago
Damjan 9000 60b93c95d3
README.md: rename the duplicate "Introduction" to "Getting Started" (#572)
Changing this second "Introduction" heading to "Getting Started"
The recent change in README which moved the youtube link from FAQ
to it's own section used the heading "Introduction" which is already
the first heading in the file.
2 years ago
Mohamad Alamin Yassin c11afa2f90
Add Missing Fields to Treesitter Config to Resolve Warnings (#582)
This commit introduces three additional fields - `sync_install`, `ignore_install`, and `modules` - to the Treesitter configuration. This update is aimed at resolving warnings that were previously displayed, potentially causing confusion or frustration for new users of Neovim. By explicitly defining these fields, the configuration aligns better with the latest `nvim-treesitter` requirements.
2 years ago
Damjan 9000 c4055a2212
Improve stylua github workflow (#571)
Addressing issue nvim-lua/kickstart.nvim#570

This improves the github workflow to no longer require manual
approval for PRs from first time contributors.

Changes the github event from pull_request to pull_request_target
and adds an explicit PR head checkout
2 years ago
gitressa d45e5fe855
Move video up on the README.md page (#563)
To help new users get started, how about moving the video link ("Effective Neovim: Instant IDE ") right after "Post Installation"?

This way new users, can install it, and right away proceed to learn how to use it.
2 years ago