Skip to content

Commit 41cde81

Browse files
committedDec 5, 2024
Initial setup from template
1 parent 2c0469a commit 41cde81

File tree

10 files changed

+17
-4
lines changed

10 files changed

+17
-4
lines changed
 

‎.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
indent_style = space
3+
4+
[*.lua]
5+
indent_size = 3
6+
7+
[*.md]
8+
indent_size = 4
9+
10+
[*.toml]
11+
indent_size = 2

‎.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: panvimdoc
1313
uses: kdheepak/panvimdoc@main
1414
with:
15-
vimdoc: my-template-docs
15+
vimdoc: ${{ github.event.repository.name }}
1616
version: "Neovim >= 0.8.0"
1717
demojify: true
1818
treesitter: true

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
vendor/plenary.nvim
2+
doc/tags
3+
.luarc.json

‎.stylua.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
column_width = 120
22
line_endings = "Unix"
33
indent_type = "Spaces"
4-
indent_width = 2
4+
indent_width = 3
55
quote_style = "AutoPreferDouble"
6-
no_call_parentheses = false
6+
no_call_parentheses = true

‎LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Ellison
3+
Copyright (c) 2024 Thang Do
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)