master-wiki/projects/todos-notes/Rewrite neovim config.md
Alexander Navarro 9a4a9b5c12 Update from obsidian -
Affected files:
.obsidian/workspace.json
config.ts
games/castlevania-symphony-of-the-night.md
games/phoenix-wright-ace-attorney-justice-for-all.md
games/phoenix-wright-ace-attorney-trials-and-tribulations.md
games/phoenix-wright-ace-attorney.md
projects/games.md
projects/personal-page-notes/One Game.md
projects/personal-page.md
projects/todos-notes/Rewrite neovim config.md
projects/todos.md
2023-09-17 10:49:32 -03:00

49 lines
No EOL
1.7 KiB
Markdown

Initial Setup
- [x] Setup with kickstart.nvim
- [x] Refactor config
- [x] migrate config from AstroNvim
---
Especific stuff
- [x] colorscheme definition -> catppuccin or tokyonight
- [x] Review Telescope finders and keybindings
- [x] Change Telescope layout for a vertical one
- [x] Tmux navigation
- [ ] wichkey -> have astronvim configuration, evaluar alternativa ([mini.cue](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-clue.md))??
- [ ] Change filetree
- [x] indentations
- [ ] Folds
- [ ] Format on save, options:
- [conform.nvim](https://github.com/stevearc/conform.nvim)
- [formatter.nvim](https://github.com/mhartington/formatter.nvim)
- [efm-langserver](https://github.com/mattn/efm-langserver) con [efmls-configs-nvim](https://github.com/creativenull/efmls-configs-nvim)
- [ ] Linters Support, options:
- [nvim-lint](https://github.com/mfussenegger/nvim-lint)
- [efm-langserver](https://github.com/mattn/efm-langserver) con [efmls-configs-nvim](https://github.com/creativenull/efmls-configs-nvim)
- [ ] Pretty (or more readable) diagnostic UI
- [ ] .env support
- [ ] flutter tools
- [ ] [Comment Box](https://github.com/LudoPinelli/comment-box.nvim)
- [ ] Bufferline -> Exclude quickfix
- [ ] Git -> [Neogit](https://github.com/NeogitOrg/neogit/), [Fugitive](https://github.com/tpope/vim-fugitive)
- [x] TODO comments
---
Fix indentation:
```lua
local indent = 2
vim.opt.tabstop = indent
vim.opt.shiftwidth = indent
vim.opt.softtabstop = indent
vim.exec("retab")
```
---
Reference:
- https://www.youtube.com/watch?v=NJDu_53T_4M&t=315s
- https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/ui.lua
- https://www.youtube.com/watch?v=CVCBHHFXWNE