Giter VIP home page Giter VIP logo

nvim-config's Introduction

Pingu1m's Nvim lua config

Hi, this is my nvim config. In the future I will make this easier to use for someone that wants a minimal install with sane defaults and finally, have full control of what is being added.

TODO:

To Try:

Themes:

Configs:

Reference: https://github.com/rockerBOO/awesome-neovim

Dump

nnoremap i :vert :1T pipenv shell ipython:1Tclear nnoremap y /%%Nwyn :nohls nnoremap p :1T %paste

require("yabs"):setup {
    languages = {

      -- Lua
      lua = {
        tasks = {
          run = {
            command = "luafile %",
            type = "lua",
          },
        },
      },

      -- Python
      python = {
        tasks = {
          run = {
            command = "python %",
            output = "echo",
          },
          monitor = {
            command = "nodemon -e py %",
            output = "terminal",
          },
        },
      },

      -- Others
    },
  }
  require("telescope").load_extension "yabs"

Shortcuts

export PGPASSWORD="s&M668bC"

# stats-development-airflow-v5-db-1.c4evcv7jsyjv.us-west-2.rds.amazonaws.com
# stats-dev-airflow-v6-db-1.c4evcv7jsyjv.us-west-2.rds.amazonaws.com

mysql -h stats-development-airflow-v5-db-1.c4evcv7jsyjv.us-west-2.rds.amazonaws.com -u airflow -D airflow -p"s&M668bC" -e 'select id, `key`, `val`, is_encrypted, null as description from airflow.variable'  -N -B | psql -h stats-dev-airflow-v6-db-1.c4evcv7jsyjv.us-west-2.rds.amazonaws.com -U airflow -p 3306 -d airflow -c "copy airflow.variable from stdin USING DELIMITERS E'\t' WITH NULL AS 'NULL'"

mysql -h stats-development-airflow-v5-db-1.c4evcv7jsyjv.us-west-2.rds.amazonaws.com -u airflow -D airflow -p"s&M668bC" -e 'select id , conn_id, COALESCE(conn_type, ""), host, `schema`, login, password, port, extra, is_encrypted, is_extra_encrypted, null as description from airflow.connection'  -N -B | psql -h stats-dev-airflow-v6-db-1.c4evcv7jsyjv.us-west-2.rds.amazonaws.com -U airflow -p 3306 -d airflow -c "copy airflow.connection from stdin USING DELIMITERS E'\t' WITH NULL AS 'NULL'"


nvim-config's People

Watchers

Felipe Gusmao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.