Yochem van Rosmalen

Results 26 issues of Yochem van Rosmalen

Hi maintainer(s) of targets.vim, I just started using this plugin and loving it already. Works great! Because I use Python a lot, I wanted to extend the targets following [this](https://github.com/wellle/targets.vim#targetsmappingsextend)...

When using numbers and special characters in the first word, git-good-commit is not able to recognise the capital letter. Using git-good-commit v0.6.1 and git v2.19.1. ![screenshot](https://user-images.githubusercontent.com/23235841/50148169-1b7e2280-02b8-11e9-8fa9-def481b53112.jpg)

Dear maintainer(s), I am using your package for automating grading of students' homework. The basic procedure is like this: 1. consult their file 2. query our tests 3. verify output...

To declutter the home directory, it would be nice to respect the [XDG base directory](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) environment variables ($XDG_CONFIG_HOME, $XDG_CACHE_HOME, $XDG_DATA_HOME, $XDG_STATE_HOME), instead of writing to ~/.vls. Another option would be...

enhancement

I'm using the current version of vls with NeoVim's LSP. This creates a `vls.log` file in my current working directory: ``` $ ls -A .git/ .gitignore v.mod vls.log z.v ```...

enhancement

- [x] Please read through [this section](https://github.com/haorenW1025/completion-nvim/wiki/trouble-shooting) before posting a bug report. **My testing minimal init.vim** Post your init.vim to help me reproduce this issue ```lua vim.cmd('packadd packer.nvim') require('packer').startup(function(use) use...

Hi @lukas-reineke! When opening a c source file of 600,000 lines (https://github.com/latex-lsp/tree-sitter-latex/blob/master/src/parser.c), I noticed a startup time of 27,138 milliseconds. 7576 ms of these were due to VimEnter autocmds. When...

It would be nice to see Kite respect the [XDG basedir specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). This will make sure users can choose where they want these 'dotfiles'. It also splits config, data and...

enhancement
linux

I noticed people have been requesting a module inspired on Python's [pathlib](https://docs.python.org/3/library/pathlib.html) and that you mentioned it in #14504. This is my attempt at it. Of course, I've not written...

Need rebase

### Problem With the option `splitright` set, new window should split to the right of the current window. `vim.treesitter.inspect_tree()` opens on the left. (nvim-treesitter/playground however works as expected and splits...

needs:discussion
lua
treesitter