This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 107
leader doom reload and telescope built in reloader command #235
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Rename `doomrc.lua` and `plugins.lua` to `doom_modules.lua` and `doom_userplugins.lua`, respectively. - Rename `doom.core.config.doomrc` to `doom.core.config.modules`. - Change config files to modules to utilize `requires` mechanism. Add property `M.source` to hold load path of file. - Alphabetize `doom_modules.lua` and sync defaults with `doom.core.config.modules`. - Update help file. - Add `doom.core.config.userplugins` to be consistent.
- Add missing entries for disabling certain plugins - Fixed comments formatting in `doom_modules` - Lazy-load some new plugins
- `contrib` is intended for Doom Nvim contributors, this entry will install Lua 5.1 and libuv documentation plugins
- Require `is_plugin_disabled` function directly instead of requiring the whole functions module
…sable Doom keybindings modules as you wish - Modularize keybindings - Improve error handling for luasnip keybinds
- Added `:DoomManual` command
- Use Doom commands in keybindings instead of the Lua chunks - Create a separated function for Doom commands in `settings` module - Update internal documentation
…ment tools as well
Implemented script and pinned commits
…ultiple LSP overrides
this didn't work either. sorry. I am trying to follow the instructions from github cli/cli |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rest.nvim
plugin is enableddoom_modules.lua
to preserve comments spacingdoom_modules
filecontrib
entry indoom_modules.lua
file3.2.0-beta1
keybinds_modules
indoom_config.lua
, enable or disable Doom keybindings modules as you wish.txt
docs with Neorg-based docs:DoomReport
~/.config/nvim/doc
to Neorg workspacesuse_internal_diff
has been replaced withdiff_opts.internal
(fix(gitsigns):use_internal_diff
has been replaced withdiff_opts.internal
#118)statusline_show_file_path
optionbufdo e
, fixes nvim -d does not work as expected #127open_on_start
in trayinfo
), show an useful informational dashboardgit_workspace
vim-illuminate
plugin Highlight other uses of the word under the cursor like VSCvim-illuminate
get_git_output
functionnvim-tree.lua
configurationsload_modules
,o
as neorg leader instead of<leader>o
, see Neorg not working - Doom is using unstable norg treesitter #110nvim-mapper
, closes <leade>db broken after showing which-key window #1453.2.0-beta2
v3.1.2
, see release notes+lsp(LSP_NAME)
syntax+lsp(LSP_NAME)
syntaxxpcall
instead ofpcall
to load configuration files, this should allow us to send a better traceback if something goes wrongvim.ui
module for edit config prompt0.5-compat
treesitter branch in Neovim 0.5q
key to close info dashboardPackerCompile
on exit when Doom modules or userplugins files were modified, closes Removing modules only leads to error messages #133quiet
param, sometimes I want it to be a ninjareload_plugins_definitions
to reloader modulepacker_plugins
to sumneko globalsdefer_fn
ColorScheme
event was not triggering some pluginsget_git_output
function to utils modulexpcall
instead ofpcall
in all modules to provide a better traceback in case of an errorM
tosystem
Add missing newlines to improve readabilityenable_lsp_virtual_text
configuration option disable LSP diagnostics virtual text by default, show diagnostics on CursorHold=
in border option, update<leader>cll
keybinduse_floating_win_packer
configuration option decide if using floating windows for packer stuffasync
moduleescape_str
function useutils.escape_str
inchange_colors_and_bg
function<Space>
to<Nop>
only if which-key is not enabledpackage.loaded
to check toggleterm existence in built-in modulesq
to exit Neovim in dashboard<leader>.
open dir of currently active file #94 (Find files from folder of currently active files regarding #94 #160)unstable
branch of neorg:DoomReload
command to reload Doom Nvimuse_netrw
configuration option. Decide if Doom.should use netrw or nvim-tree for mappingsrc
files icons detectionM
tofunctions
M
as the module names. Closes Feature request: more idiomatic module names #156git
#203): Tightens up the regexes for excluding files in telescope. Otherwise would exclude files or folders like doom-neogit.lua or my_other_node_modulesenable_numbering
option