chore: inital commit
This commit is contained in:
17
.obsidian/plugins/edit-in-neovim/data.json
vendored
Normal file
17
.obsidian/plugins/edit-in-neovim/data.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"terminal": "wezterm",
|
||||
"listenOn": "127.0.0.1:2006",
|
||||
"openNeovimOnLoad": false,
|
||||
"supportedFileTypes": [
|
||||
"txt",
|
||||
"md",
|
||||
"css",
|
||||
"js",
|
||||
"ts",
|
||||
"tsx",
|
||||
"jsx",
|
||||
"json"
|
||||
],
|
||||
"pathToBinary": "",
|
||||
"appname": ""
|
||||
}
|
||||
33192
.obsidian/plugins/edit-in-neovim/main.js
vendored
Normal file
33192
.obsidian/plugins/edit-in-neovim/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/edit-in-neovim/manifest.json
vendored
Normal file
10
.obsidian/plugins/edit-in-neovim/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "edit-in-neovim",
|
||||
"name": "Edit in Neovim",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Open a Neovim buffer for the currently open file",
|
||||
"author": "Theseus",
|
||||
"authorUrl": "https://github.com/TheseusGrey",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
Reference in New Issue
Block a user