-
Unfortunately I've got bamboozled by having unescaped '#' character within password. It's just only after 2 hours of digging into source code of vim-dadbod and underlying database tool (sqlcmd), I've …
-
I created
`~/.config/nvim/ftplugin/sql.vim file`
and added
" hrsh7th/nvim-cmp
` autocmd FileType sql,mysql,plsql lua require('cmp').setup.buffer({ sources = {{ name = 'vim-dadbod-completion' }…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp#faq) and it didn't resolve my problem.
### Issues
- [X] I have checked [existing issues](https://github.com/hrsh7th/…
-
Since the `z` module is not in my PATH in order to run the `z` executable I do:
```lua
:lua require('telescope').extensions.z.list({cmd = {'bash', '-c', 'source /usr/share/z/z.sh && _z -l'}})
```
…
-
Hello, I would like to use dadbod to connect to a MSSQL server that has usernames in the format "username@website.com". The connection url doesn't currently seem to support having multiple '@' charact…
-
Hello, I don't seem to be able to use emojit nor paths nor anything else like calculator suggestions inside text files, whereas with nvim-compe, this was working fairly easily.
I have noticed that th…
litoj updated
2 years ago
-
Good day to you!
I have constraint in neovim config,that gives me abillity to choose between minimal and full configs.
![image](https://user-images.githubusercontent.com/52028706/136834218-e68f231…
-
When I execute `:DBUI`, I get:
```
Error detected while processing /home/DHE/bjh33/.vim/plugged/vim-dadbod-ui/autoload/db_ui/schemas.vim:
line 78:
E117: Unknown function: trim
E116: Invalid arg…
-
Completion stopped working after update `ada9dde`.
I get error `Error executing vim.schedule lua callback: ...cker/start/nvim-cmp/lua/view/custom_entries_view.lua:119: Invalid buffer id: 3`
My c…
-
Using nvim-cmp as completion engine and am trying to customize the display of the vim-dadbod-completion source.
I've seen your [issue](https://github.com/hrsh7th/nvim-cmp/issues/98) opened with nv…