Skip to content

Commit d94c659

Browse files
feat(editing-support): add other-nvim (#1461)
* feat(editing-support): add other-nvim * Update lua/astrocommunity/editing-support/other-nvim/README.md * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
1 parent da63cd3 commit d94c659

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# other-nvim
2+
3+
Open alternative files for the current buffer.
4+
5+
Supported Languages:
6+
7+
- built-in: livewire, angular, laravel, rails, golang, python, react, rust, elixir
8+
9+
**Repository:** <https://github.com/rgroli/other.nvim>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
return {
2+
"rgroli/other.nvim",
3+
ft = {
4+
-- built-in mapping support
5+
"livewire",
6+
"angular",
7+
"laravel",
8+
"rails",
9+
"golang",
10+
"python",
11+
"react",
12+
"rust",
13+
"elixir",
14+
},
15+
opts = {},
16+
}

0 commit comments

Comments
 (0)