Jakub Łuczyński
Jakub Łuczyński
Right now I foun 3 small errors: ``` haskell -- problem1 is not colored as function wherever @ is used problem1 t@(x,y) = x -- let is not colored when...
Fixes #542
Add setting to allow for navigation with different keys (ex with `` ``) instead of arrows.
**My testing minimal init.vim** ```vim call plug#begin('~/.local/share/nvim/plugged') Plug 'neovim/nvim-lsp' Plug 'haorenW1025/completion-nvim' call plug#end() lua require'nvim_lsp'.pyls.setup{on_attach=require'completion'.on_attach} set completeopt=menuone,noinsert,noselect ``` **How to reproduce** This is timing issue. Open some python file, enter...
- fix some whitespaces - fix: nvim_buf_set_var can rise invalid buf error ( #46 #48 #53 )
Without this change it is only possible to set `message` to function returning empty string which is still echoed causing previous status message to disappear.
Did you think of adding sql queries support to pretty-print view? It would be awesome. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33345069-pretty-print-of-sql-queries?utm_campaign=plugin&utm_content=tracker%2F449456&utm_medium=issues&utm_source=github)** We accept bounties...