I no personal preference/order
vim-elixir: Vim configuration files for Elixir
Janus: This is a distribution of plug-ins and mappings for Vim, Gvim and MacVim.
I no personal preference/order
vim-elixir: Vim configuration files for Elixir
Janus: This is a distribution of plug-ins and mappings for Vim, Gvim and MacVim.
| #!/usr/bin/env python | |
| from influxdb import InfluxDBClusterClient | |
| influx_host = "127.0.0.1" | |
| influx_port = 8086 | |
| influx_user = "user" | |
| influx_pass = "pass" | |
| database = "example" |