Commit Graph

  • 01851a2efb merge from v4.1.0 my-config surenyi 2023-02-18 16:07:45 +0800
  • 2d85926e8f add orgmode surenyi 2023-02-18 15:57:15 +0800
  • 818df17439 release: Release doom-nvim v4.1.0 connorgmeean 2022-11-06 16:32:06 +1100
  • b710a88707 fix(langs,rust): Add missing `lsp_config` setting connorgmeean 2022-11-04 14:03:31 +1100
  • c0f3292da6 fix(langs,vue): Reconfigured to use single LSP instance. connorgmeean 2022-11-04 14:03:20 +1100
  • d7426c43fb chore(docs,core): Update links to new repo path connorgmeean 2022-10-30 14:01:20 +1100
  • 06b9ceb38f add vim-cmake surenyi 2022-10-23 19:35:49 +0800
  • 12bba77480 add <Leader>lf to format() surenyi 2022-10-23 13:17:44 +0800
  • 7536297c36 my doom config for neovim 0.8 surenyi 2022-10-23 01:21:01 +0800
  • 23db8516e0 clean(core,profiler): Cleanup and tweak :DoomProfile styling connorgmeean 2022-10-16 19:16:17 +1100
  • a73ec30572 feat(core): Added `:DoomProfile` command to profile/trace internal startup time. connorgmeean 2022-10-16 15:16:45 +1100
  • 8408d71979 tweak(modules,neorg): Lazy-load neorg (-100ms on startup) connorgmeean 2022-10-16 11:57:40 +1100
  • 876be18ffa fix(modules,auto_install): Fixed missing LspInstall / LspUninstall commands connorgmeean 2022-10-16 11:33:13 +1100
  • 1b8eb58a4f fix(langs, rust): Switch lsp to `clangd` for linux/windows. connorgmeean 2022-10-16 11:14:56 +1100
  • 27a8aa0f66 feat(modules,lsp): Cleaner completion menu connorgmeean 2022-10-16 10:35:48 +1100
  • 9bfd235ffc fix(modules,telescope): Fix `<leader>cs` symbols view connorgmeean 2022-10-16 10:36:31 +1100
  • cf1ce59d3e feat(modules, linter): Show null-ls source in error. connorgmeean 2022-10-16 10:35:15 +1100
  • 6687842316 chore: Format and cleanup project connorgmeean 2022-10-13 19:39:03 +1100
  • 9756e823d2 fix(modules,telescope): Fixed filebrowser `<leader>.` not opening files. connorgmeean 2022-10-13 19:38:23 +1100
  • bed19244b9 fix(service,autocmds): Fixed didn't work with cmd actions. connorgmeean 2022-10-13 19:37:58 +1100
  • 511f920a91 fix(langs,vue): Address breaking changes in volar connorgmeean 2022-10-13 19:06:18 +1100
  • ea118eea1b fix(langs): Fixed broken LSP setup connorgmeean 2022-10-13 19:04:52 +1100
  • f58f3e8b1c refact(core): Split command / autocommand utility functions into their own services. connorgmeean 2022-10-13 19:03:54 +1100
  • 6632925951 chore: Address luacheck issues connorgmeean 2022-10-13 14:44:16 +1100
  • 8811fb329f feat(core,treesitter): Add option to opt out of gcc/clang warning message connorgmeean 2022-10-13 14:41:25 +1100
  • 83fd6dbc98 feat(core,langs): Improved error messaging with null-ls package install failures. connorgmeean 2022-10-13 14:39:18 +1100
  • e058d65f0b fix(langs): Fixed various broken language configurations connorgmeean 2022-10-13 14:25:30 +1100
  • e49037300d fix(comment): Fixed toggle current line keymap connorgmeean 2022-10-13 14:24:59 +1100
  • fa0c8216cb fix(langs,typescript): Missing lsp_config in typescript module connorgmeean 2022-10-13 00:22:37 +1100
  • 0e966de927 feat(langs): Add `lsp_config` option to configure lsp provider. connorgmeean 2022-10-12 23:09:30 +1100
  • 83afc268af
    feat(auto_install): Switch from nvim-lsp-installer to mason.nvim + various other improvements. (#405) Connor G Meehan 2022-10-12 21:25:41 +1100
  • cb4fc9aa0a
    fix(tools): Install script, fixed backup dirs + added doom-nvim installed check (#401) Coloursplash 2022-10-11 12:40:56 +0100
  • 4e88ad5d22
    fix(dashboard): Fix shortcuts shown on dashboard (#403) Luiz Ferraz 2022-10-10 02:26:29 -0300
  • 49109d08f1 fix(comments): Update plugin call convention Luiz Ferraz 2022-10-09 10:16:22 -0300
  • 8be9cb2cc5 release,docs: Doom-nvim v4.0.5. Add support for nvim 0.8 connorgmeean 2022-10-08 23:13:16 +1100
  • c3f3f0323d feat(core): Add `DoomNuke` command to re-install all plugins. connorgmeean 2022-10-08 22:58:46 +1100
  • 7d90b56c0d feat,chore(core): Support nvim-0.8, update packer pinned dependencies, add fallback dependencies for 0.7 connorgmeean 2022-10-08 22:55:51 +1100
  • 84009cdf1f
    feat(langs,nix): Added nix language support (#399) Luiz Ferraz 2022-10-05 01:43:55 -0300
  • b30d18a2b1
    chore(langs,php): Remove unused require on module (#394) Luiz Ferraz 2022-10-05 01:42:34 -0300
  • 8e01af1a2f fix(whichkey): Not showing all keymaps connorgmeean 2022-09-22 16:22:15 +1000
  • 99f5a786e9 Add extra description for configurable binds and autocmds Luiz Ferraz 2022-09-21 23:40:18 -0300
  • 47441f51ab Fix docs message and alignment Luiz Ferraz 2022-09-21 23:39:53 -0300
  • 827bc5e371 Merge branch 'main' of github.com:NTBBloodbath/doom-nvim connorgmeean 2022-09-21 19:56:49 +1000
  • 65c0c6fa24 chore,docs(release): Release doom-nvim v4.0.4 connorgmeean 2022-09-21 19:56:42 +1000
  • 11681826d8 fix(core): Fix accidentally enabled gdscript by default connorgmeean 2022-09-21 19:52:43 +1000
  • df5a4cc562 chore: format source code github-actions[bot] 2022-09-21 09:52:02 +0000
  • 4f153c920e feat(langs,php): Added php language support connorgmeean 2022-09-21 19:48:42 +1000
  • 618cbb2898 docs: Improved docs on adding / installing plugins connorgmeean 2022-09-21 19:27:11 +1000
  • 093b2c0b57 feat(langs,gdscript): Add gdscript language support connorgmeean 2022-09-08 12:57:44 +1000
  • c475091eeb feat(core): Add `requires_modules` field to modules connorgmeean 2022-09-08 12:56:39 +1000
  • e65525bf7a chore: format source code github-actions[bot] 2022-09-08 01:10:45 +0000
  • d741fa0a83
    feat(core): Add `ignorecase` and `smartcase` options (#387) Youmu 2022-09-08 09:10:24 +0800
  • 9101f6a137 Correct typos in README Felix Yan 2022-08-26 21:31:49 +0300
  • b13be2e25f chore,docs(release): Release doom v4.0.3 connorgmeean 2022-08-18 17:38:48 +1000
  • a26c170287 chore: Update pinned packer dependencies. connorgmeean 2022-08-18 17:37:09 +1000
  • 1a73987af6 chore: format source code github-actions[bot] 2022-08-18 07:15:31 +0000
  • db322f3312 fix(auto_install)!: Switch to using default install directory. connorgmeean 2022-08-18 17:14:30 +1000
  • 5f9cf2d474 fix(keymaps): Incorrect EmmyLua typing connorgmeean 2022-08-18 17:11:45 +1000
  • ea799b3b8e fix(whichkey): Fix error when user doesn't add custom keybinds connorgmeean 2022-08-18 17:11:30 +1000
  • c14852a6e6 chore: format source code github-actions[bot] 2022-08-18 07:07:13 +0000
  • 5074f61b86 fix(whichkey): User keybinds not showing in whichkey. connorgmeean 2022-08-18 17:06:47 +1000
  • 0aea16450e chore: format source code github-actions[bot] 2022-08-16 11:19:12 +0000
  • 6b47758aaf fix(langs,vue): Fixed LSP broken in monorepos connorgmeean 2022-08-16 21:18:42 +1000
  • 2693dbf217 fix(core): Typo, accidentally throws version compatibility error. connorgmeean 2022-08-12 15:02:14 +1000
  • 94ca0100d4 chore: format source code github-actions[bot] 2022-08-12 04:52:18 +0000
  • 31668a5a6d fix(docs): Typo in neovim version incompatibility warning message. connorgmeean 2022-08-12 14:51:08 +1000
  • 258a12d2c0 chore: format source code github-actions[bot] 2022-08-12 04:50:29 +0000
  • ec17813cd8 fix(core): Updated minimum neovim version to 0.7.0 + added updating neovim docs. connorgmeean 2022-08-12 14:49:22 +1000
  • 6944c8feb4 chore: format source code github-actions[bot] 2022-08-12 04:13:29 +0000
  • 845b5b6423 fix(telescope): Broken `<leader>.` (browse_files) keybind. connorgmeean 2022-08-12 14:12:30 +1000
  • 8d12f369de fix(core): Fix EmmyLua typing for `doom.use_package` connorgmeean 2022-08-09 23:14:06 +1000
  • ff5442ea99 chore: format source code github-actions[bot] 2022-08-12 03:58:01 +0000
  • e8e7df7173
    fix(explorer): delete duplicate keybinding (#383) Török Edwin 2022-08-12 04:57:45 +0100
  • d95c4ce383 chore: format source code github-actions[bot] 2022-08-09 12:53:54 +0000
  • be85768cd3 feat(langs,html): Add html language support connorgmeean 2022-08-09 22:53:23 +1000
  • ab916d13e4 fix(langs,typescript): Add tsx treesitter grammer connorgmeean 2022-08-09 22:45:54 +1000
  • 9309e01ce7 chore: format source code github-actions[bot] 2022-08-09 12:36:46 +0000
  • 24a5a404ed
    fix(statusline): handle 'reverse' attribute in colorschemes (#381) Török Edwin 2022-08-09 13:36:30 +0100
  • 3e9202b82a fix(statusline): Improve theme support for non treesitter colourschemes connorgmeean 2022-08-09 22:36:07 +1000
  • 053ad11ad8 chore: format source code github-actions[bot] 2022-08-08 04:25:55 +0000
  • bf67dad303 fix(explorer): avoid startup warning about unknown option Edwin Török 2022-08-07 23:50:49 +0100
  • 2e1dc99bf6 fix(explorer): load when editing dir Edwin Török 2022-08-07 23:48:22 +0100
  • 50514c61e7 fix(netrw): do not disable loading netrw when netrw feature is enabled Edwin Török 2022-08-07 23:10:49 +0100
  • a09454df72 feat(langs,dockerfile): Added Dockerfile language support. connorgmeean 2022-08-02 11:04:38 +1000
  • 6a19199c8d chore: format source code github-actions[bot] 2022-08-01 11:55:11 +0000
  • 789c712cae feat(lsp): Enabled ghost_text by default connorgmeean 2022-08-01 21:54:48 +1000
  • 276d65bf0a chore(docs): Removed references to deprecated `develop` branch. connorgmeean 2022-08-01 21:22:03 +1000
  • ad93157f99 chore: format source code github-actions[bot] 2022-08-01 11:25:48 +0000
  • 50bb8d14ca
    feat(langs,ocaml): add language (#373) Török Edwin 2022-08-01 12:25:25 +0100
  • 8506cbcdaa chore: format source code github-actions[bot] 2022-08-01 03:53:12 +0000
  • e0a3a1159f
    fix(docker,lsp,core): Dockerfile, lsp warning and preserve_edit_pos (#371) Török Edwin 2022-08-01 04:52:57 +0100
  • 0294e7c09a fix(linter): Increased formatting timeout. connorgmeean 2022-08-01 13:38:56 +1000
  • 7bec4b42db fix(lsp): Broken snippet options connorgmeean 2022-07-30 13:10:08 +1000
  • ae3670870b refact(langs): Renamed `snippets` to `extra_snippets`. connorgmeean 2022-07-30 12:30:02 +1000
  • 05acab0302 fix(lsp): Fixed some lsps not working when `snippets` module disabled. connorgmeean 2022-07-30 12:17:56 +1000
  • a8fb56b26c chore(deps): Update pinned packer dependencies connorgmeean 2022-07-29 16:19:40 +1000
  • 6ba721cc81 feat(docs): Added uninstall docs connorgmeean 2022-07-29 15:34:10 +1000
  • 6d2e9c9124
    fix(logger): Fix when `stdpath('data')` doesn't exist @dwarfmaster #364 Luc Chabassier 2022-07-29 06:36:06 +0200
  • 5a41c6ad8a fix(features.telescope): Broken <leader>` keybind if telescope hasn't loaded yet. connorgmeean 2022-07-29 14:31:02 +1000
  • 1e16573d4b fix(docs): Broken links in README.md connorgmeean 2022-07-29 14:23:19 +1000