This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v3.2.0: (290 commits) fix(functions): proper module name fix(CHANGELOG): add missing link to 3.2.0 release fix(whichkey): add missing entry for `<leader>clr` keybind revert: Use `vim.fn.inputlist` instead of `vim.ui` for edit config prompt (0.5 compatibility) docs(CHANGELOG): finish 3.2 changelog entry (yes, we just made a bible) docs: update CHANGELOG.md for 3.2 release (not finished yet) chore: format source code chore: Updated commit shas for pinned dependencies refact(treesitter): do not add http parser manually, it got merged a few weeks ago chore: bump Doom version \(`3.2.0-beta2` → `3.2.0`\) Added discord link to template Wording change Added pull request template Added a question template Added bug report and feature request issue templates chore: format source code Address luacheck issues Move round helper function into utils Improve emmylua annotations and comments telescope ignore pattern: must escape the '.' ...
- Loading branch information
Showing
80 changed files
with
7,944 additions
and
4,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: 🐞 Bug | ||
about: File a bug/issue | ||
title: '[BUG] <title>' | ||
labels: 'scope: bug' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
Note: Please search to see if an issue already exists for the bug you encountered. | ||
--> | ||
|
||
### Current Behavior: | ||
<!-- A concise description of what you're experiencing. --> | ||
|
||
### Expected Behavior: | ||
<!-- A concise description of what you expected to happen. --> | ||
|
||
### Steps To Reproduce: | ||
<!-- | ||
Example: steps to reproduce the behavior: | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
--> | ||
|
||
### Logs | ||
|
||
<details> | ||
<summary>Check Health Output</summary> | ||
|
||
<!-- Run `:checkhealth` and paste output here ** --> | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>Doom Report Output</summary> | ||
|
||
<!-- Run `:DoomReport` and copy the contents of `~/.local/share/nvim/doom_report.md` --> | ||
|
||
</details> | ||
|
||
### Anything else: | ||
<!-- | ||
Links? References? Screenshots? Anything that will give us more context about the issue that you are encountering! | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: 💡 Feature Request | ||
about: File a feature request | ||
title: '[FEATURE REQUEST] <title>' | ||
labels: 'scope: enhancement' | ||
assignees: '' | ||
--- | ||
|
||
### What is the feature, what would you like to be able to do? | ||
<!-- Provide a clear and concise description of what you want to happen. --> | ||
|
||
### What is the use case, why do you want this feature? | ||
<!-- Provide a clear and concise description of why this feature would help you or other users. --> | ||
|
||
### Possible Implementation (if applicable) | ||
<!-- If you have an idea of how this could be built, add it here. --> | ||
|
||
### Additional context | ||
<!-- | ||
Is there anything else you can add about the proposal? | ||
You might want to link to related issues here, if you haven't already. | ||
--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: ❓ Question | ||
about: Ask a question | ||
title: '[QUESTION] <title>' | ||
labels: 'scope: question' | ||
assignees: '' | ||
--- | ||
|
||
- [ ] I have searched open and closed issues for this question | ||
|
||
<!-- We also have a discord channel which is also a great place to ask questions | ||
https://discord.gg/xhvBM45zBf | ||
--> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### Description | ||
|
||
<!-- A summary of your changes and the reasoning/motivation for making these changes. --> | ||
<!-- If changes are complex, describe how you implemented / solved this issue --> | ||
|
||
<!-- Link the issue this PR fixes or addresses if relevant --> | ||
Related issue: # (issue_number) | ||
|
||
### Type of change | ||
|
||
<!-- Please delete options that are not relevant. --> | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
### Checklist | ||
|
||
- [ ] I have checked [contributing guidelines](https://github.com/NTBBloodbath/doom-nvim/blob/main/docs/contributing.md#contributing-code) | ||
- [ ] I have tested my code | ||
- [ ] I have updated the documentation (if necessary) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
FROM archlinux:latest | ||
|
||
LABEL \ | ||
maintainer="n.debonnaire@gmail.com" \ | ||
url.github="https://github.com/nicodebo/neovim-docker" \ | ||
url.dockerhub="https://hub.docker.com/r/nicodebo/neovim-docker/" | ||
|
||
ENV \ | ||
UID="1000" \ | ||
GID="1000" \ | ||
UNAME="doom" \ | ||
GNAME="doom" \ | ||
SHELL="/bin/bash" \ | ||
WORKSPACE="" \ | ||
NVIM_CONFIG="/home/doom/.config/nvim" \ | ||
PATH="/home/doom/.local/bin:${PATH}" | ||
|
||
# Update repositories | ||
RUN pacman -Syy | ||
|
||
# Install neovim | ||
RUN pacman -Sy neovim --noconfirm | ||
|
||
# Install runtime dependencies of doom-nvim | ||
RUN pacman -Sy ripgrep nodejs-lts-fermium npm git bash gcc jq --noconfirm | ||
|
||
# Required for nvim-lsp-installer | ||
RUN pacman -Sy wget unzip | ||
|
||
# Required for watching Doom-nvim-contrib for changes | ||
RUN npm i -g chokidar-cli | ||
|
||
# Create the doom user and group | ||
RUN groupadd doom | ||
RUN useradd -m -g doom doom | ||
|
||
RUN mkdir /usr/local/lib/node_modules | ||
RUN chown -R ${UNAME}:${GNAME} /usr/local/lib/node_modules/ | ||
|
||
USER doom | ||
WORKDIR /home/doom | ||
|
||
COPY _docker_entry.sh /usr/local/bin/ | ||
|
||
# Doom-nvim-contrib | ||
VOLUME "~/.config/nvim" | ||
# For storing packer plugins | ||
VOLUME "~/.local/share/nvim" | ||
# Files and projects for testing on disk | ||
VOLUME "~/workspace" | ||
|
||
ENTRYPOINT ["sh", "/usr/local/bin/_docker_entry.sh"] |
Oops, something went wrong.