Affected files: games/anonymous-code.md games/mario-and-luigi-superstar-saga-plus-bowsers-minions.md games/mario-luigi-bowser-s-inside-story.md games/mario-luigi-partners-in-time.md games/the-typing-of-the-dead-overkill.md notes/utils/Crear una nueva funcionalidad.md projects/todos-notes/Rewrite neovim config.md projects/todos.md
1.7 KiB
1.7 KiB
Initial Setup
- Setup with kickstart.nvim
- Refactor config
- migrate config from AstroNvim
Especific stuff
- colorscheme definition -> catppuccin or tokyonight
- Review Telescope finders and keybindings
- Change Telescope layout for a vertical one
- Tmux navigation
- wichkey -> have astronvim configuration, evaluar alternativa (mini.cue)??
- Change filetree
- indentations
- Folds
- Format on save, options:
- Linters Support, options:
- Pretty (or more readable) diagnostic UI
- .env support
- flutter tools
- Comment Box
- Bufferline -> Exclude quickfix
- Git -> Neogit, Fugitive
- TODO comments
- Disable suggestion in ttsserver
Fix indentation:
local indent = 2
vim.opt.tabstop = indent
vim.opt.shiftwidth = indent
vim.opt.softtabstop = indent
vim.exec("retab")
Reference: