-
I'm working on a legacy project at work and all the test files are named like *.tests.ts
This is causing a no tests found error. It looks like the filename matching is using a hard-coded list of fi…
-
In my color theme (Atom One Dark), this would greatly help discern between keywords and library functions:
| Lua | Luau |
|---|---|
| ![image](https://user-images.githubusercontent.com/26823245/8…
-
```
use lua_patterns::LuaPattern;
fn main() {
let mut m = LuaPattern::from_bytes(&[160]);
let s = "⚠";
s.bytes().for_each(|b| println!("{}" , b));
m.gsub(s , "");
}
```
Th…
ghost updated
3 years ago
-
配置信息
![image](https://github.com/user-attachments/assets/c4f0440f-df41-44e7-997a-fe8234d29397)
我的电脑是支持lua的,用户文件夹目录下也新建了rime.lua
![image](https://github.com/user-attachments/assets/948220fb-4c5c-460…
-
[Found Patterns Studio App Store](https://github.com/foundpatterns/app-store)
This is just a test environment whose output we either use for some ongoing reason or only check to see that everything…
-
Hi,
I'm running ettercap in bridge mode. I've configured the dns_spoof module to respond to a list of malicious domains with 127.0.0.1, effectively blocking them on a dns level.
I would like to do t…
-
Thank you for publishing this helpful package 🙇
Please consider adding a lua configuration API for neovim users. A straw example of what I mean:
```lua
local hexokinase = require'vim-hexokinas…
-
This can be implemented if #387 is added, but here's a different solution. I've ported the C code of Lua's pattern matching library to pure Lua: https://notabug.org/pgimeno/patlua except for `string.g…
ghost updated
5 years ago
-
Nothing happens when I try to run `:Telescope frecency`
init.vim
```
Plug 'nvim-lua/popup.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
Plug 'nvim-telescope/telescope…
-
### Description
![image](https://github.com/IogaMaster/neocord/assets/78354432/5f6c3866-e1af-46e8-b994-7a5a0e30d379)
### Neovim version
```markdown
NVIM v0.9.5
Build type: Release
LuaJIT…