Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
884912d
remove ascii art
na47io Oct 4, 2024
cd237e7
hardmode
na47io Oct 4, 2024
6374ecb
install fzf with cmake (sourceforge ipbanned you-know-where)
na47io Oct 4, 2024
ca51fde
relative line numbers
na47io Oct 4, 2024
8eac229
gruvbox is the best
na47io Oct 4, 2024
20b9ea6
import all the other randoim bs
na47io Oct 4, 2024
0a09de4
add terraform
na47io Oct 4, 2024
a9a2193
configure copilot with completions inside work proxy
na47io Oct 4, 2024
9d098d2
add lazygit integration (its buggy as fuck feel free to disable)
na47io Oct 4, 2024
402f40a
fix: neotree
na47io Nov 25, 2024
8e6e870
fix: display numbers
na47io Jan 4, 2025
b2f5848
feat: go to start of line for big motionms
na47io Jan 4, 2025
00b89d9
feat: install all this other bs
na47io Jan 4, 2025
1bca27e
surr....whatever that is
na47io Jan 4, 2025
9bd6428
Disable linting autocmd for readonly buffers (#1202)
ccjmne Oct 30, 2024
0d6852d
samarth-nagar fix: lazy help tag on line 931 (#1167)
samarth-na Oct 30, 2024
f5ea774
Change diagnostic symbols if vim.g.have_nerd_font is true (#1195)
glmlm Oct 30, 2024
41834ab
Set breakpoint icons and their highlight colors (#1194)
glmlm Oct 30, 2024
42865aa
Remove two because there are more than two. (#1213)
winder Oct 30, 2024
a92ea2d
feat: Change to prepare for upcoming deprecation of configuring diagn…
glmlm Nov 20, 2024
e8cee27
Fix nvim-dap not lazy loading (#1216)
kaezrr Nov 20, 2024
9772708
fix: which-key comment typo (#1227)
mihasket Nov 20, 2024
82d6bfd
Tweak outdated comment about lazy's `config` key usage. (#1250)
benfleis Dec 12, 2024
28d39c2
Use consistent syntax style for { ... } "pseudocode" (#1247)
dragunovartem99 Dec 12, 2024
9d3140f
Issue 1249 which key comments (#1263)
benfleis Dec 12, 2024
87fa395
fix(gitsigns): make visual mode descriptions consistent with normal m…
sswensen Dec 15, 2024
7c1ec64
Fix README.md grammar and typos (#1291)
feketegy Dec 29, 2024
6ef965c
chore: add pre-issue requirements (#1288)
iton0 Dec 29, 2024
98fc38b
Fix which-key delay settings (#1276)
jensenr30 Dec 29, 2024
5224e24
fix: prevent mason setup from being run twice (#1298)
tomasgareau Jan 7, 2025
122163a
chore: remove redundant comment (#1307)
nhld Jan 15, 2025
f93eff6
chore: fix typo in bug report issue template (#1306)
nhld Jan 15, 2025
d342869
Use luals 3rd library for luv (#1303)
diorman Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ assignees: ''

<!-- Any bug report not following this template will be immediately closed. Thanks -->

## Before Reporting an Issue
- I have read the kickstart.nvim README.md.
- I have read the appropriate plugin's documentation.
- I have searched that this issue has not been reported before.

- [ ] **By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.**

## Describe the bug
<!-- A clear and concise description of what the bug is. -->

Expand All @@ -18,8 +25,8 @@ assignees: ''

## Desktop
<!-- please complete the following information. -->
- OS:
- Terminal:
- OS:
- Terminal:

## Neovim Version
<!-- Output of running `:version` from inside of neovim. -->
Expand Down
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are experiencing issues, please make sure you have the latest versions.
External Requirements:
- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`)
- [ripgrep](https://github.com/BurntSushi/ripgrep#installation)
- Clipboard tool (xclip/xsel/win32yank or other depending on platform)
- Clipboard tool (xclip/xsel/win32yank or other depending on the platform)
- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons
- if you have it set `vim.g.have_nerd_font` in `init.lua` to true
- Language Setup:
Expand Down Expand Up @@ -56,12 +56,12 @@ so that you have your own copy that you can modify, then install by cloning the
fork to your machine using one of the commands below, depending on your OS.

> **NOTE**
> Your fork's url will be something like this:
> Your fork's URL will be something like this:
> `https://github.com/<your_github_username>/kickstart.nvim.git`

You likely want to remove `lazy-lock.json` from your fork's `.gitignore` file
too - it's ignored in the kickstart repo to make maintenance easier, but it's
[recommmended to track it in version control](https://lazy.folke.io/usage/lockfile).
[recommended to track it in version control](https://lazy.folke.io/usage/lockfile).

#### Clone kickstart.nvim
> **NOTE**
Expand Down Expand Up @@ -101,22 +101,27 @@ nvim
```

That's it! Lazy will install all the plugins you have. Use `:Lazy` to view
current plugin status. Hit `q` to close the window.
the current plugin status. Hit `q` to close the window.

#### Read The Friendly Documentation

Read through the `init.lua` file in your configuration folder for more
information about extending and exploring Neovim. That also includes
examples of adding popularly requested plugins.

> [!NOTE]
> For more information about a particular plugin check its repository's documentation.


### Getting Started

[The Only Video You Need to Get Started with Neovim](https://youtu.be/m8C0Cq9Uv9o)

### FAQ

* What should I do if I already have a pre-existing neovim configuration?
* What should I do if I already have a pre-existing Neovim configuration?
* You should back it up and then delete all associated files.
* This includes your existing init.lua and the neovim files in `~/.local`
* This includes your existing init.lua and the Neovim files in `~/.local`
which can be deleted with `rm -rf ~/.local/share/nvim/`
* Can I keep my existing configuration in parallel to kickstart?
* Yes! You can use [NVIM_APPNAME](https://neovim.io/doc/user/starting.html#%24NVIM_APPNAME)`=nvim-NAME`
Expand All @@ -135,7 +140,7 @@ examples of adding popularly requested plugins.
* The main purpose of kickstart is to serve as a teaching tool and a reference
configuration that someone can easily use to `git clone` as a basis for their own.
As you progress in learning Neovim and Lua, you might consider splitting `init.lua`
into smaller parts. A fork of kickstart that does this while maintaining the
into smaller parts. A fork of kickstart that does this while maintaining the
same functionality is available here:
* [kickstart-modular.nvim](https://github.com/dam9000/kickstart-modular.nvim)
* Discussions on this topic can be found here:
Expand Down Expand Up @@ -174,7 +179,7 @@ run in cmd as **admin**:
winget install --accept-source-agreements chocolatey.chocolatey
```

2. install all requirements using choco, exit previous cmd and
2. install all requirements using choco, exit the previous cmd and
open a new one so that choco path is set, and run in cmd as **admin**:
```
choco install -y neovim git ripgrep wget fd unzip gzip mingw make
Expand Down
Loading
Loading