issues Search Results · repo:clojure-vim/clojure.vim language:"Vim Script"
Filter by
24 results
(64 ms)24 results
inclojure-vim/clojure.vim (press backspace or delete to remove)Some plugins use set lisp? to determine if the file is Lisp or not. It would be cool if you had lisp option set just so
that outside plugins may detect Clojure as Lisp. It s possible for outside plugins ...
enhancement
alexmozaidze
- 1
- Opened on Sep 7, 2023
- #40
With the new indentation test mechanism (#26) it should be possible to run the indentation tests in Neovim too.
indentation
axvr
- Opened on Aug 12, 2023
- #39
There are several Vim plugins for other Clojure-like Lisps that were forked from Clojure.vim or Vim-clojure-static that
could benefit from the upcoming indentation improvements.
- [ ] vito/bass.vim ...
indentation
performance
upstream
axvr
- Opened on Jun 23, 2023
- #37
There are several Vim plugins for other Clojure-like Lisps that were forked from Clojure.vim or Vim-clojure-static that
could benefit from the upcoming indentation improvements.
- [ ] vito/bass.vim ...
axvr
- 1
- Opened on Jun 23, 2023
- #36
Note Currently waiting on #31 to be completed and merged.
Create a Vim 9 script variant of the new indentation algorithm to get significant performance improves during
indentation.
This will be a fairly ...
indentation
performance
axvr
- Opened on Jun 23, 2023
- #35
When typing, indentation is correct, but when indenting using something like gg=G, the indentation becomes incorrect.
The following example is in Fennel, but the idea is the same.
Correct indentation: ...
indentation
alexmozaidze
- 2
- Opened on Jun 22, 2023
- #34
Hey friends,
The indentation system is built on the syntax highlighting to know how to interpret things like \{. If I use
nvim-treesitter (which relies on this grammar) and disable nvim s syntax highlighting, ...
indentation
NoahTheDuke
- 2
- Opened on May 30, 2023
- #33
Regarding Neovim, until Vim9 script support is added, the New (legacy) code will be used. If anyone would like to
volunteer to write a Lua implementation of this code for Neovim please open an issue and ...
indentation
performance
NoahTheDuke
- 4
- Opened on May 2, 2023
- #32
I have a custom syntax regex for highlighting symbols that are in function position in a list. I ve added it to
clojureTop before the built-in functions list so they can be highlighted distinctly if desired. ...
highlighting
NoahTheDuke
- 7
- Opened on Jan 9, 2023
- #29

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.