my-nvim-lua/TODO

40 lines
1.8 KiB
Plaintext
Raw Normal View History

2022-09-26 21:34:19 +00:00
-INFO:using extranl ui process in neovim: check fzflua,iron.nvim
- add tag="*" to plugins that use tags
2022-09-23 00:50:02 +00:00
- use libmodal + whichkey ?
- gisigns: add navigation between hunks (vs fugitive ?)
- optimize git flow
- navigator icons update
- vim-bookmarks disable default keymaps and use manaul ones (keep ma ...)
- Setup telescope/fzf mappings together
- LSP C-i is tab does not allow to jump back into history
- [PLUGIN INDEA] bookmark: take notes
- show messages window outside or floating
- create a bookmark mini plugin/helper for bookmarking paths
- html filetype use pup as auto formatter formatprg (check default vim) ?
2022-09-11 12:14:24 +00:00
- per project lsp settings
see https://www.reddit.com/r/neovim/comments/opipij/guide_tips_and_tricks_to_reduce_startup_and/
- 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
2022-08-26 14:28:12 +00:00
- [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)
2022-08-27 03:49:48 +00:00
[x] [navigator] fix 'gi' keymap overriden by navigator (use space leader)
2022-09-02 02:22:11 +00:00
- welcome screen (use mini)
- incorporate changes in nvchad_ui to override
- [x]nvim C-p should not work in ft=qf
- [x] set neovim shell to bash/sh for faster commands (fish is slow)
- [x] yank until end of line $ mapping automatic with Y
- [x] remove registers from which-key plugin
-fix: problem with auto paused navigators
- [x] fix color/icon of status line diagnostics to match navigator
-[x] pin all plugins
- [x] autocommand move current directory when move to new window