Skip to content

Commit

Permalink
Merge pull request #10 from Thomashighbaugh/rebase
Browse files Browse the repository at this point in the history
Rebase time is here
  • Loading branch information
Thomashighbaugh authored Nov 13, 2023
2 parents 31271c7 + 474d8a2 commit 7fc24fd
Show file tree
Hide file tree
Showing 136 changed files with 4,927 additions and 6,403 deletions.
Binary file removed .github/assets/jacklaugh.gif
Binary file not shown.
Binary file removed .github/assets/screenshot-DWpMWJ.png
Binary file not shown.
Binary file removed .github/assets/screenshot-L0u3Zi.png
Binary file not shown.
Binary file removed .github/assets/screenshot-aFhyzJ.png
Binary file not shown.
33 changes: 33 additions & 0 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Create issues from TODOs

on:
workflow_dispatch:
inputs:
importAll:
default: true
required: true
type: boolean
description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing.
push:
branches: # do not set multiple branches, todos might be added and then get referenced by themselves in case of a merge
- main
- master

permissions:
issues: write
repository-projects: read
contents: read

jobs:
todos:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Run Issue Bot
uses: derjuulsn/todo-issue@main
with:
excludePattern: '^(node_modules/)'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
plugin/
packer_compiled.lua
.envrc
.luarc.json
install_neovim.sh
1 change: 1 addition & 0 deletions .quicknote/b2919ffb3d883a5111fbaf6e103de2f24887ef05/166.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This must go here, not in the Which Key configurations because it won't recognize the existence of Telescope in the which key keymap being that everything is lazy loading to the extent possible.
5 changes: 0 additions & 5 deletions .stylua.toml

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Thomas Leon Highbaugh <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/css.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/go.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/html.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/javascript.lua

This file was deleted.

10 changes: 0 additions & 10 deletions after/ftplugin/json.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/jsonc.lua

This file was deleted.

27 changes: 0 additions & 27 deletions after/ftplugin/lua.lua

This file was deleted.

11 changes: 0 additions & 11 deletions after/ftplugin/markdown.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/php.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/python.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/scss.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/typescript.lua

This file was deleted.

12 changes: 0 additions & 12 deletions after/ftplugin/typescriptreact.lua

This file was deleted.

10 changes: 0 additions & 10 deletions after/ftplugin/yaml.lua

This file was deleted.

Loading

0 comments on commit 7fc24fd

Please sign in to comment.