diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-07-18 22:12:36 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-07-18 22:12:36 +0200 |
| commit | 7890d905df24db4947db45edc1c4c1bd60fbbd1b (patch) | |
| tree | 2d73d26c371f37553e119e4902880587d78b6cc9 /.config/nvim/README.md | |
| parent | c859a2dccf16a2849f8fe8d9fe76515bf228a3c9 (diff) | |
| parent | 01e02751d178a92284b1dcfdcd9a4aa6220ec364 (diff) | |
| download | dotfiles-7890d905df24db4947db45edc1c4c1bd60fbbd1b.tar.gz dotfiles-7890d905df24db4947db45edc1c4c1bd60fbbd1b.zip | |
Merge commit '3ea9490ace845987a5af317e6d9e1d70cb34036f'
Diffstat (limited to '.config/nvim/README.md')
| -rw-r--r-- | .config/nvim/README.md | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/.config/nvim/README.md b/.config/nvim/README.md index 2659734..78fee36 100644 --- a/.config/nvim/README.md +++ b/.config/nvim/README.md @@ -1,7 +1,28 @@ ## Neovim #### TODOS: -- [ ] Markdown filetype plugin or autocommand to add two spaces each line. -- [ ] Markdown filetype plugin or autocommand to make backtick auto-correct properly. +- [ ] Markdown filetype plugin or autocommand to add two spaces each line +- [ ] Markdown filetype plugin or autocommand to make backtick auto-correct properly +- [ ] Indent by filetype/fix global indent (2) - [ ] Check history or telescope history of last files edited or opened. - +- [ ] * Windows native support configuration +- [ ] * Python debugger +- [ ] README file heirachcy +- [ ] Markdown snippet for code blocks with list, ie.- `` and - ``` ``` +- [ ] Snippet for filler text with variations, ie. common sentences: The quick brown fox... and more and placeholder words +- [ ] Configure snippets.lua +- [ ] Documentation shortcuts for different languages quote in quote "locally" (preffered) or opening web browser +- [ ] Dictionary, an actual dictionary +- [ ] Null-ls/lsp keymap to check current buffer servers must check both same time +> NOTE: Different servers must be configured only to one or another, research null-ls being archived +- [ ] Don't highlight whitespaces in lazygit (maybe exclusively markdown) +- [ ] Configure prettier/prettierd servers to join a lot of different files (null-ls) +- [ ] Nvim-tree preview window similar to telescope +- [ ] Nvim-tree behaviour when delete current buffer +> NOTE: One idea is to create an autocmd to make a blank window (hidden) as a secondary window but when creating a opening a new file it does not ask which split to open in +- [ ] Nvim-tree conditionally when open going in the opposite direction will go back to nvim-tree ie. going right then goes to nvim-tree but is conditionally because of tmux etc... +- [x] Substitute keybinding +- [ ] Snippet/filetype plugin for markdown tick boxes +- [ ] Delete lua/user/func.lua +- [ ] Clean entire config by prioritizing single quotation marks over double +- [ ] <placeholder> |
