-
![image](https://user-images.githubusercontent.com/12949352/79719727-cbc0c880-82fc-11ea-8c11-e696bd198609.png)
-
Hey, I think this is great and saves the hassle of opening a new tmux window just for doing stuff in the database. Can you make it so that we can just add the connection and select databases from insi…
-
Hay, I’d like to know if there is a way I can wave reset all keymaps for the plugins such as clep. The reason for that is I already have my on mappings for all the plugins in thinkvim.
Regards
20jam updated
4 years ago
-
https://github.com/tpope/vim-dadbod?utm_source=hackernewsletter&utm_medium=email&utm_term=show_hn
cored updated
4 years ago
-
Hello,
I like this plugin a lot!
I noticed that with `Omnisharp_selector_ui = ''`, the code actions at the level of class declarations, such as `generate the constsructor`, or `generate substitu…
-
right now, when edit sql files, hint require dbext plugin
-
It seems PostgreSQL transactions don't work at all.
A simple test case would be:
:DB begin
:DB rollback
which results in:
psql::1: WARNING: there is no transaction in progres…
-
Environment:
Windows 10, vim 8.0, latest vim-dadbod
Preview window with query results is not read-only, I can modify the buffer contents, the data is not wrapped, I can list the buffer using 'ls…
-
I must be doing something horribly wrong. I have a file in the root of my repo called `.env`with a single line in it:
```
DATABASE_URL='mysql://db_user:db_pass@some.host/some_db'
```
I'm opening v…
-
# Expected behaviour
tpope repos should have names such that
```
let a =
let b =
a =~ b && ("vim-" . a) != b " should be true
```
# Actual behaviour
`"vim-" . "db" != "vim-db"` evaluates …