Sebastian Lyng Johansen

Results 13 issues of Sebastian Lyng Johansen

I had an idea to fix gitmoji for the git blame window, but my solution depends on setting a few settings in the ftplugin directory. A filetype for the window...

enhancement

**Describe the solution you'd like** It would be awesome if there was a configuration for the blame_line window. From what I could tell, there is only possible to configure the...

enhancement

**Describe the bug** Prints out error message `Error: vim-ultest encountered an unknown error on startup, check v:exception` Logs couldn't be created as I was in the `/usr/local/share/nvim/runtime/syntax` and there isn't...

bug

First of all, I think this plugin looks really cool, and I really like the intuitive way to create, delete and copy file/directory! I have a feature request to be...

enhancement

I noticed it didn't have any underline/undercurl etc for pylint. This should fix it. First I tried to just add the end_column, but noticed the starting column was one off....

Fix deprecation warning on newest nightly

Hi :) The rewrite is looking really good. I recently tried it out, and I saw a minor bug with the info popup when pressing `i` inside the the blame...

### Problem Currently the built in comment module is using the commentstring option as is, and does not assume anything about the format of it. I understand that this is...

enhancement

Problem: If the server doesn't provide newText, item.textEditText or item.insertText, `newText` will be `nil`. This will result in an error on line 157 trying to index a nil value. Solution:...

lsp
completion

Hi :) Thanks for this awesome library! We have a small problem. For fields, we are using the default camel case name format strategy. However, for a couple of fields,...