This commit is contained in:
Alexander Navarro 2023-09-15 22:38:28 -03:00
parent 37358ab854
commit 65edd2d355

View file

@ -1,10 +1,13 @@
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
@ -14,12 +17,12 @@ Especific stuff
- [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)
- [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)
- [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
@ -27,6 +30,7 @@ Especific stuff
- [ ] Bufferline -> Exclude quickfix
- [ ] Git -> [Neogit](https://github.com/NeogitOrg/neogit/), [Fugitive](https://github.com/tpope/vim-fugitive)
- [x] TODO comments
- [ ] Database interaction
---
@ -44,6 +48,8 @@ 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
- <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>
- [Database queries inside neovim](https://www.youtube.com/watch?v=NhTPVXP8n7w)