655aa1d9c7
Task/69 make workflow compatible with medium act images ( #46 )
...
Luacheck / Luacheck (push) Failing after 22s
StyLua / StyLuacheck (push) Successful in 1m36s
* feat(ci/cd): Make workflows compatible with medium act images
for reference: https://nektosact.com/usage/runners.html
[69] Make workflow compatible with medium act images
https://openproject.stefka.eu/work_packages/69
* fix(ci/cd): use sudo to install cargo
2024-04-17 17:40:49 +02:00
442e322537
feat(docs): Update README to have the new location of assets ( #45 )
...
[69] Make workflow compatible with medium act images
https://openproject.stefka.eu/work_packages/69
2024-04-17 17:34:38 +02:00
a388333151
Merge pull request #43 from jiriks74/jiriks74-patch-1
...
Create FUNDING.yml
2024-04-10 14:57:48 +02:00
b362449a7b
Create FUNDING.yml
2024-04-10 14:57:17 +02:00
5e8439ef55
fix(ci/cd-spelling): Bad name for Action step ( #42 )
2024-04-10 13:47:52 +02:00
f14ae7ef52
fix(ci/cd): Move StyLua from action to cargo + command ( #40 )
...
* fix(ci/cd): Move StyLua from action to cargo + command
[#68 ] StyLUA check is not working for PRs from forks
https://openproject.stefka.eu/work_packages/68
* fix(formatting): fix bad formatting from #39
2024-04-08 12:28:57 +02:00
jan Mikowa
65f93ee9ed
feat: add lazy.nvim plugin manager ( #39 )
...
* Add Lazy as plugin manager (andweeb#145)
* Add Lazy setup to README
* Change lazyload event in README
2024-04-08 11:29:05 +02:00
fee2f8d2bd
fix(docs): Remove issues reported by Markdownlint ( #37 )
...
* fix(docs): Remove inline HTML elements
* fix(docs): Lines longer than 80 characters
* fix(docs): Lines over 80 chars
* fix: docs
* fix(docs): readability
* fix(docs): MD043 - Required heading structure
* Revert "fix(docs): MD043 - Required heading structure"
This reverts commit fa2179bc85d94354026191a31cb11a52bee4cfd7.
2024-02-28 18:37:44 +01:00
b43882cc60
fix: make socket path discovery more permissive
...
Merge pull request #34 from andreykaipov/andrey/socketpaths
2024-02-28 15:54:53 +01:00
Andrey Kaipov
68086bdb28
make nvim socket path discovery more permissive
2024-02-11 18:52:24 -05:00
1570ddd51b
fix: move to a new application id ( #26 )
...
to prevent potential issues with the original project
2023-12-04 23:16:58 +01:00
9ddeff558b
fix: move to a new application id ( #23 )
...
to prevent potential issues with the original project
2023-11-09 15:59:42 +01:00
5fa130577a
fix(featreq_template): change name from Issue report to Feature request ( #20 )
2023-09-29 02:56:40 +02:00
dbb8f797f4
feat(featreq_template): convert from markdown to issue form ( #18 )
2023-09-29 02:51:28 +02:00
faa6371d23
feat(bug_template): add checks, add log formating ( #16 )
2023-09-29 02:41:15 +02:00
c295e1e14f
fix(formatting): Fix formatting using stylua ( #11 )
2023-09-29 02:14:33 +02:00
9e478c9960
fix(ci/cd-stylua): cannot contain spaces, invalid StyLua version ( #15 )
...
* fix(ci/cd-stylua): cannot contain spaces
* fix(ci/cs-stylua): invalid version number
2023-09-29 02:14:06 +02:00
e9db37bcfa
fix(ci/cd-stylua): Missing runs on, steps, names ( #14 )
...
* fix(ci/cd-luacheck): Rename job from sile to Luacheck
* fix(ci/cd-stylua): Missing runs on, steps, names
2023-09-29 02:08:42 +02:00
804f14842f
fix(ci/cd-luacheck): Rename job from sile to Luacheck ( #13 )
2023-09-29 02:03:51 +02:00
fb129b1de7
feat(ci/cd): add stylua action ( #12 )
...
* feat(ci/cd): add stylua action
* docs: Add StyLua disclaimer to README
* fix(ci/cd-stylua): Secret started with GITHUB_
* fix(ci/cd-stylua): Missing name, on, jobs
2023-09-29 01:57:42 +02:00
2d57aa297b
fix(Presence:authorize): attempt to index local 'response' (a nil value)
...
Co-authored-by: Taken <taken@mairimashita.org>
2023-09-29 01:34:08 +02:00
85180bcc85
feat: custom image ( #6 )
...
* allow custom main image
* undo for general option
* fix warning: line is too long
---------
Co-authored-by: SIGMazer <mazinasd7@gmail.com>
2023-09-29 00:56:29 +02:00
76935caabd
Merge pull request #2 from DarkMatter-999/mingw-support
...
Added support for MINGW neovim install on Windows hosts
2023-09-28 23:02:34 +02:00
56026a476f
docs: Add conventional Commits, clarify discord username
2023-09-28 22:34:52 +02:00
bd122273b1
docs(README): Update README for my repo and fix formatting
2023-09-28 22:19:36 +02:00
d3bddf40c2
Merge pull request #1 from jiriks74/devel
...
fix(Luacheck)
2023-09-28 22:01:21 +02:00
cf7d940395
fix(formatting): line too long
2023-09-28 21:59:46 +02:00
098de1e630
fix(Luacheck)
2023-09-28 21:57:22 +02:00
0601dd513e
fix(Flatpak): clear sock_path if the flatpak socket wasn't found
2023-09-25 22:11:48 +02:00
ff8442c168
fix(README): delete obsolete link to fix Flatpak
2023-09-25 21:17:30 +02:00
a451c6b309
feat(Flatpak): Add flatpak socket path
...
Look for the Flatpak socket path before normal socket lookup
Properly fixes andweeb/presence.nvim#42
2023-09-25 21:13:49 +02:00
DarkMatter-999
a7d54a2a26
Added support for MINGW neovim install on Windows hosts
2023-08-27 10:40:30 +05:30
Andrew Kwon
87c857a56b
Support configs that call setup using dot syntax
...
Resolves (#90 )
2023-01-29 01:21:17 -08:00
Wuelner Martínez
c1c5475882
Add support for fern.vim
( #86 )
...
* feat(file_explorers): added support for `fern.vim`
* fix: missing trailing comma
see https://github.com/lambdalisue/fern.vim
2022-11-16 16:14:05 -08:00
William
03e09d3f9b
Add ability to disable the timer ( #75 )
2022-09-09 16:04:11 -07:00
nullishamy
a3f7c42a4a
Add neo-tree to the list of file explorers ( #72 )
2022-09-09 15:51:10 -07:00
fleur
d7d179cf02
Add vlang support (.v, .vsh, v.mod) ( #77 )
2022-09-09 15:45:40 -07:00
Cory Shaw
660bd8815e
Fix sudo error on macOS ( #68 )
...
When using sudo a separate environment is used unless specifying sudo -E. This fixes the error of path being nil when using neovim in sudo
2022-06-27 22:05:34 +02:00
Bas van den Wollenberg
615d4cb8b0
Fix Microsoft kernel detection for WSL 2 ( #64 )
2022-06-22 21:36:58 +02:00
Andrew Kwon
ebdf23b9b1
Fix remote nvim socket retrieval on Arch Linux
...
Resolves #59
2022-02-09 09:46:26 -08:00
Andrew Kwon
9aeb8e0cf3
Remove default title in feature template
2022-02-05 12:15:36 -08:00
Andrew Kwon
ca16891d38
Use enhancement label for feature requests
2022-02-05 12:08:00 -08:00
Andrew Kwon
12c38a73d3
Add issue template
2022-02-05 12:00:41 -08:00
Andrew Kwon
bc96cdc85b
Add feature request template
2022-02-05 12:00:05 -08:00
sitiom
a579a3906e
Add support for Racket (.rkt) ( #56 )
2022-01-17 16:45:19 -08:00
Andrew Kwon
06fc912ac2
Update viml config example in README
2022-01-16 00:09:20 -08:00
Andrew Kwon
6a3828167c
Add setup option to configure custom file assets
...
Resolve #11
2022-01-15 22:53:29 -08:00
Andrew Kwon
dca3daa25d
Use new art asset for cargo files
...
Resolves #51
2022-01-15 22:53:07 -08:00
Andrew Kwon
e0cab79047
Update README for unofficial Discord apps on Linux
...
Resolves #45
2021-11-14 15:55:56 -08:00
Andrew Kwon
11adcec0db
Add support for custom text formatter options
...
Resolves #39
2021-10-18 22:14:31 -07:00