You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
NTBBloodbath d6de9f4db8
👥 Add @ZeusThundr as a contributor
3 years ago
.github/workflows refact(ci): trigger only when pushed Lua files 3 years ago
autoload/health fix(health): require logging module 3 years ago
colors doom-one: 3 years ago
doc Merge remote-tracking branch 'origin/main' into develop 4 years ago
docs feat: improve documentation 3 years ago
lua fix(lspinstall): only try to install the server if there is a server for the language 3 years ago
sessions Initial release 4 years ago
.all-contributorsrc 👥 Add @ZeusThundr as a contributor 3 years ago
.gitattributes fix(doomrc): proper doomrc syntax highlighting in GitHub 3 years ago
.gitignore docs: update docs and gitignore 3 years ago
CHANGELOG.md Merge remote-tracking branch 'origin/main' into develop 4 years ago
CODE_OF_CONDUCT.md all: improve and update documentation 3 years ago
LICENSE all: set GPLv2 as the license (re-licensing) 3 years ago
README.md 👥 Add @ZeusThundr as a contributor 3 years ago
doom.toml selene: remove not needed rules 3 years ago
doom_config.lua all: restore personal preference and change doomrc defaults 3 years ago
doomrc.lua refact: treesitter cannot be disabled as doomrc.langs depends on it 3 years ago
init.lua fix: 3 years ago
install.sh fix(install): proper doom version 3 years ago
plugins.lua fix(plugins): remove personal changes 3 years ago
selene.toml selene: remove not needed rules 3 years ago
stylua.toml all: add stylua formatter 3 years ago

README.md


Introduction

It is a story as old as time. A barely new vimmer that is afraid to configure Neovim and make it work out-of-the-box without problems, that gets the solution to his configuration problems. This is his configuration.

Doom Nvim is a Neovim port of the doom-emacs framework.

As a vimmer, I know that it's difficult to configure Vim/Neovim when you are just starting to use it, how time consuming it's to customize it to your needs and that's why Doom Nvim exists also because I love Doom.

Its goal is to give Neovim an initial configuration to start working in a stable and efficient development environment without spending a lot of time configuring everything, without forgetting that we don't all need the same environment.

Its design is guided by these mantras:

  • Gotta go fast. Startup and run-time performance are priorities. That is why Doom Nvim uses Lua instead of Vimscript for its configurations and lazy-loads all the plugins.
  • Your system, your rules. You know better than a third party what is convenient for you. At least, Doom hopes so! It won't automatically install system dependencies nor plugins that have external dependencies (and will force plugins not to do so either if they have any external dependencies).
  • What does not serve you, you throw away. Doom Nvim is made up of a moderate number of plugins (~40 plugins as of this writing). You more than anyone know what you need in your environment and that's why Doom Nvim allows you to easily disable plugins and add new ones. Also, Doom Nvim doesn't come with TreeSitter parsers or LSPs by default, so you can use only what you need.

Notices

  • 2021-07-03: The doomrc has been fragmented and it is not working anymore, please see New configurations for more information.
  • 2021-05-01: The doomrc is not using Vimscript anymore, please see the new doomrc file structure for use it with Lua.

Features

  • Minimalistic good looks inspired by modern code editors.
  • Curated and sane defaults for many plugins.
  • A modular organizational structure for separating concerns in your config.
  • A declarative and powerful plugins management system (powered by packer.nvim).
  • Opt-in LSP integration for many languages by using the new built-in LSP included on Neovim 0.5.
  • An Emacs which-key like plugin to manage your keybindings, centered around leader prefix key (SPC).
  • Per-file indentation style detection and editorconfig integration. Let someone else argue about tabs vs spaces.
  • Project-management tools.
  • Project search (and more) utilities, powered by telescope.nvim.

Prerequisites

  • Curl 7.x
  • Git 2.23+
  • Neovim 0.5.0 onwards
  • GNU find
  • OPTIONALS:
    • ripgrep 11.0+ or fd 7.3.0+ (improves file indexing performance for some commands)
    • nodejs and npm (required to use the built-in LSP)

Doom is comprised of ~40 optional plugins, some of which may have additional dependencies. Please visit their documentation.

Install

Simply run the following command:

curl -sLf https://raw.githubusercontent.com/NTBBloodbath/doom-nvim/main/install.sh | bash

Then read our Getting Started guide to be walked through installing, configuring and maintaining Doom Nvim.

NOTE: If you want to see all the available commands in the installation script, then use bash -s -- -h instead of just bash

Getting help

Neovim is not very difficult. Although you will occasionally run into problems if you are not an advanced vimmer. When you do, here are some places you can look help:

Acknowledgements

  • hlissner per doing Doom Emacs ❤️.
  • romgrk per doing a port to Vim of Doom One colorscheme from Doom Emacs (and everyone who improves the colorscheme!).

Contribute

Contributors

Thanks goes to these wonderful people (emoji key):


John Irle

📖

Brian Ketelsen

💻 🐛

Samantha-uk

📖

rscircus

📖

bandithedoge

📖

vhyrro

💻

Ifeanyichukwu Sampson Ebenezer

🐛

Gustavo Prieto

💻

ZeusThundr

🐛

This project follows the all-contributors specification. Contributions of any kind welcome!

License

Doom Nvim is licensed under GPLv2 license.