- set neovim shell to bash/sh for faster commands (fish is slow) see https://www.reddit.com/r/neovim/comments/opipij/guide_tips_and_tricks_to_reduce_startup_and/ - yank until end of line $ mapping - remove registers from which-key plugin - fix color/icon of status line diagnostics to match navigator - pin all plugins - autocommand move current directory when move to new window - add/read language docs in vim - vim.diagnostics.hide()/show() / - create toggle diagnostics that overrides vim diagnostic show handler - [navigator] use colors for codelens icons - [navigator] remap C-k keymap - [navigator] neovim diagnositc toggle (use hide() instead of disable) - [navigator] check codelens icons - [navigator] disable diagnostic on startup - dynamic C-x: if number default or close window - load custom/init.lua (autocommands) as vimscript file ? - install neorg (neovim org mode) - dynamic :w!! (daos or sudo) [x] [navigator] fix 'gi' keymap overriden by navigator (use space leader) - welcome screen (use mini) - incorporate changes in nvchad_ui to override - [x]nvim C-p should not work in ft=qf