AmirHossein

Results 2 issues of AmirHossein

I have this in my vimrc but it doesn't seem to work! ``` let g:completor_filetype_map = {} let g:completor_filetype_map.python = {'ft': 'lsp','cmd': 'pyls'} ```

I'm using gobang to connect to a postgresql database; my user has a hash character in it's password (#) and when I open gobang and try to connect to the...