Abin Simon
Abin Simon
You will also have to add the grammar repo as a submodule. Check [README](https://github.com/emacs-tree-sitter/tree-sitter-langs#adding-a-new-grammar) to see how to do that.
I am not aware of any extensive documentation that is available around it, but you can find some build instructions in the README and on https://emacs-tree-sitter.github.io/ . Another place I...
Yup, I'm aware of that. Just thought that it should probably at least give a more descriptive error than the current one.
@B4rc1 If you just wanna swap the current tag, you can use something like: ```lua local next_screen_tag = awful.screen.focused():get_next_in_direction("right").selected_tag awful.screen.focused().selected_tag:swap(next_screen_tag) awful.screen.focus_relative(1) ``` Just FYI, for anyone wanting to rotate the...
What is your opinion on managing that logic in the library? We should be able to decide on if something is visible or not based on the number of chars...
Yeah, I guess this is a duplicate of that issue. I was hoping we could have an implementation for this. If this feature is something that will never be implemented,...
```viml let g:cm_matcher = {'module': 'cm_matchers.abbrev_matcher'} ``` does not work for me. I have `ag` in the `$PATH`.
@sassanh Any idea as to what I should be looking for. Also which log file should I be checking? ```sh cat nvim_log_py3_cm_* | grep ERROR ``` returned nothing
@sassanh Still nothing.
Just fuzzy not working