feat: convert NeoVim configuration to Lua

This commit is contained in:
Stefan Imhoff
2022-07-08 14:07:53 +02:00
parent c82d85d87f
commit 9c81e94e1f
114 changed files with 4977 additions and 4249 deletions

View File

@@ -24,11 +24,13 @@ npm install -g eslint-plugin-mocha
npm install -g eslint-plugin-node
npm install -g eslint-plugin-react
npm install -g eslint-plugin-redux
npm install -g eslint_d # Like Eslint, but faster
npm install -g fast-cli # Test your download speed using fast.com ➜ fast
npm install -g gifify # Convert any video file to an optimized animated GIF
npm install -g glyphhanger # Your web font utility belt
npm install -g http-server # A simple zero-configuration command-line http server
npm install -g json-server # Small JSON file server for REST API mock ➜ touch db.json; json-server --watch db.json
npm install -g jsonlint # A JSON linter
npm install -g lighthouse # Lighthouse analyzes web apps and web pages.
npm install -g nativefier # Wrap web apps natively
npm install -g neovim # Node.js provider for NeoVim
@@ -37,9 +39,12 @@ npm install -g nodemon # Simple monitor script for use during
npm install -g npm-check # Check for outdated, incorrect, and unused dependencies. ➜ npm-check -g
npm install -g npm-check-updates # Find newer versions of dependencies ➜ ncu
npm install -g npx # Executes commands
npm install -g markdownlint # Markdown lint tool and style checker
npm install -g markdownlint-cli # Command Line Interface for MarkdownLint
npm install -g pageres-cli # Capture website screenshots ➜ pageres [ todomvc.com 1200x1000 ] [ yeoman.io 800x600 1200x1000 ] --crop
npm install -g prettier # Prettier is an opinionated code formatter
npm install -g prettier-stylelint
npm install -g prettier-stylelint # Format your styles with ease
npm install -g prettier_d_slim # Prettier, but fast
npm install -g prettyjson # Package for formatting JSON data ➜ prettyjson package.json. curl https://api.github.com/users/rafeca | prettyjson
npm install -g stylelint # Modern CSS linter
npm install -g stylelint-config-prettier
@@ -47,5 +52,6 @@ npm install -g stylelint-config-standard
npm install -g tldr # tldr;
npm install -g typescript # TypeScript is a language for application scale JavaScript development
npm install -g typesync # Install missing TypeScript typings for dependencies in your package.json.
npm install -g writegood # Linter for English prose
npm install -g yarn # Fast, reliable, and secure dependency management.