100 private links
My dotfiles. Contribute to carderne/dotfiles development by creating an account on GitHub.
Quickstart configs for Nvim LSP. Contribute to neovim/nvim-lspconfig development by creating an account on GitHub.
Ansible role to install and configure neovim
Vim Kuberetes YAML Support
LTeX Language Server: LSP language server for LanguageTool :mag::heavy_check_mark: with support for LaTeX :mortar_board:, Markdown :pencil:, and others - GitHub - valentjn/ltex-ls: LTeX Language Server: LSP language server for LanguageTool with support for LaTeX , Markdown , and others
Vim is a powerful tool once you understand it. This post will guide you through the challenge of setting Vim up so you can be productive quickly.
ansible-language-server extension for coc.nvim. Contribute to yaegassy/coc-ansible development by creating an account on GitHub.
Vim plugin for web development with static site generator Hugo - GitHub - phelipetls/vim-hugo: Vim plugin for web development with static site generator Hugo
A code-searching tool similar to ack, but faster. Contribute to ggreer/the_silver_searcher development by creating an account on GitHub.
My neovim config. Contribute to ChristianChiarulli/nvim development by creating an account on GitHub.
Collections of awesome neovim plugins. Contribute to rockerBOO/awesome-neovim development by creating an account on GitHub.
A Neovim plugin to format your code using Black. Contribute to averms/black-nvim development by creating an account on GitHub.
Search through our curated neovim plugin directory and read our guides on creating plugins.
Add to config
To insert space characters whenever the tab key is pressed, set the 'expandtab' option:
:set expandtab
With this option set, if you want to enter a real tab character use Ctrl-V<Tab> key sequence.
To control the number of space characters that will be inserted when the tab key is pressed, set the 'tabstop' option. For example, to insert 4 spaces for a tab, use: