Skip to content

Commit 4b2adda

Browse files
feat(other-nvim): clojure support added upstream (#1469)
- Add clojure filetype - Update readme
1 parent 6ea722e commit 4b2adda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lua/astrocommunity/editing-support/other-nvim/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Open alternative files for the current buffer.
44

55
Supported Languages:
66

7-
- built-in: livewire, angular, laravel, rails, golang, python, react, rust, elixir
7+
- built-in: livewire, angular, laravel, rails, golang, python, react, rust, elixir, clojure
88

99
**Repository:** <https://github.com/rgroli/other.nvim>

lua/astrocommunity/editing-support/other-nvim/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ return {
1111
"react",
1212
"rust",
1313
"elixir",
14+
"clojure",
1415
},
1516
opts = {},
1617
}

0 commit comments

Comments
 (0)