Commit graph

42 commits

Author SHA1 Message Date
8f4693452a feat: run pre-commit 2026-02-03 21:03:18 -05:00
657575ae30 chore: add CI, pre-commit, and luarocks configs
- Add CI workflows (format, lint, typecheck)
- Add quality workflow
- Add luarocks publishing workflow
- Add pre-commit configuration
- Add luarocks rockspec
- Add selene.toml for linting
- Remove issue template
2026-02-03 21:01:57 -05:00
0342a892fb chore: update project configs to match cp.nvim
- Add .editorconfig
- Add .luarc.json for LSP support
- Rename .stylua.toml to stylua.toml
- Update .gitignore
2026-02-03 21:00:07 -05:00
55331ee545 fix: use vim.deprecate with v0.1.0 2026-02-03 20:50:54 -05:00
d4679799d7 fix: use vim.notify_once for deprecation warning 2026-02-03 20:48:05 -05:00
e8681e97fd fix: add deprecated setup() for backward compatibility
Restores setup() with deprecation warning via vim.deprecate(). Users can
continue using setup() while migrating to vim.g.live_server.
2026-02-03 20:47:23 -05:00
Barrett Ruth
5bb05f40c9
Merge pull request #19 from barrettruth/refactor/vim-g-config
refactor: use vim.g config and lazy loading
2026-02-03 20:33:31 -05:00
af7255b0a0 refactor: use vim.g config and lazy loading
Replace setup() with vim.g.live_server configuration. Add plugin/ file
with load guard and user commands for proper lazy loading.
2026-02-03 20:13:12 -05:00
Barrett Ruth
58f2e30e02
Update readme.md 2026-01-10 11:03:18 -06:00
Barrett Ruth
e8a34bc37f
Merge pull request #17 from powN1/port-notification
Add port notification on start
2025-05-29 14:42:43 -05:00
powN
ade465ef36 Add port notification on start 2025-05-26 18:22:04 +02:00
Barrett Ruth
75cd33beec
Merge pull request #16 from wasubu/fix/windows-dir-safety
Improve Windows support and add error message for nil directory in live-server.nvim
2025-05-24 00:05:35 -05:00
Barrett Ruth
d2694d2324
Merge pull request #15 from wasubu/fix/windows-cmd-path
Fix: Use .cmd path for Windows compatibility
2025-05-24 00:04:54 -05:00
wasubu
d92306bde3 Improve Windows support and add error message for nil dir 2025-05-23 12:59:03 +09:00
wasubu
bdd92e83fd Fix Windows path for live-server command 2025-05-23 12:41:42 +09:00
Barrett Ruth
3547fecc98
Merge pull request #14 from tolu-c/main
Added Development Server information
2025-01-29 20:44:03 -05:00
webDevTolu
c22d3f1443
Update readme.md
Added Development server information
2025-01-28 23:56:43 +01:00
5fc8abb727 fix: resolve root dir if not specified 2024-07-21 19:13:57 -05:00
fde21e3dc4 feat: resolve directories correctly 2024-07-14 19:55:52 -05:00
84751fd8a7 feat(doc): optional dir arg to commands 2024-07-13 19:10:13 -05:00
da3496d878 feat: take in optional dir arg 2024-07-13 13:52:53 -05:00
Barrett Ruth
f34ae262bf
Merge pull request #10 from mrcapivaro/main
fix: infinite loop on the find_cached_dir function on the Windows OS
2024-06-18 14:15:06 +00:00
mrcapivaro
d55461ffdb fix: infinite loop on the find_cached_dir function on the Windows OS 2024-06-18 00:03:51 -03:00
Barrett Ruth
0b4d31c665
Merge pull request #8 from IamGideonIdoko/main
Replace yarn with pnpm link in installation example
2024-02-18 11:09:47 -05:00
ꁅꀤꀸꍟꂦꈤ
e4c4639463
readme: replace yarn with pnpm link in installation example 2024-02-17 04:54:31 +01:00
Barrett Ruth
4e1dd2956b
Merge pull request #6 from mathstylish/feat/improvements
Improvements
2024-02-12 16:22:08 -05:00
Matheus
146c1b6211 feat: 🎸 create a toggle function 2024-02-12 17:29:51 -03:00
Matheus
a9901e8e0d refactor: 💡 change default live server port 2024-02-12 00:24:20 -03:00
Barrett Ruth
a2becf0d0a
Merge pull request #5 from Subhashis2007/main
readme.md : add missing comma
2024-01-27 15:00:13 -05:00
Subhashis
586b120795
readme.md : add missing comma 2024-01-27 22:12:41 +05:30
acc8890b46 feat(docs): update lazy config 2024-01-24 10:07:26 -05:00
0e4cf0e7e8 feat(docs): update website 2024-01-24 10:06:48 -05:00
d135afb5e8 fix: ignore proper exit on sigterm 2024-01-24 09:47:22 -05:00
Barrett Ruth
8cae0641ca
Merge pull request #1 from oeyoews/main
fix: add missing comma
2023-01-11 09:59:21 -06:00
oeyoews
3b980d8364
fix: add missing comma 2023-01-11 16:59:02 +08:00
Barrett Ruth
b434147fe6 use non-cached directory in start 2023-01-09 18:24:20 -06:00
Barrett Ruth
39825341b1 clear up log messages 2023-01-09 15:58:39 -06:00
Barrett Ruth
884a435019 cache: avoid default value 2023-01-09 15:53:30 -06:00
Barrett Ruth
c9774aeb8e readme: typo 2023-01-08 16:19:38 -06:00
Barrett Ruth
61f18ef900 live-server: avoid duplicate instances 2023-01-08 02:00:10 -06:00
Barrett Ruth
46df6ae7e6 issue template 2023-01-07 21:53:58 -06:00
Barrett Ruth
894692f380 initial commit 2023-01-07 20:42:18 -06:00