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 Initial Setup
- [x] Setup with kickstart.nvim - [x] Setup with kickstart.nvim
- [x] Refactor config - [x] Refactor config
- [x] migrate config from AstroNvim - [x] migrate config from AstroNvim
--- ---
Especific stuff Especific stuff
- [x] colorscheme definition -> catppuccin or tokyonight - [x] colorscheme definition -> catppuccin or tokyonight
- [x] Review Telescope finders and keybindings - [x] Review Telescope finders and keybindings
- [x] Change Telescope layout for a vertical one - [x] Change Telescope layout for a vertical one
@ -14,12 +17,12 @@ Especific stuff
- [x] indentations - [x] indentations
- [ ] Folds - [ ] Folds
- [ ] Format on save, options: - [ ] Format on save, options:
- [conform.nvim](https://github.com/stevearc/conform.nvim) - [conform.nvim](https://github.com/stevearc/conform.nvim)
- [formatter.nvim](https://github.com/mhartington/formatter.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) - [efm-langserver](https://github.com/mattn/efm-langserver) con [efmls-configs-nvim](https://github.com/creativenull/efmls-configs-nvim)
- [ ] Linters Support, options: - [ ] Linters Support, options:
- [nvim-lint](https://github.com/mfussenegger/nvim-lint) - [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) - [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 - [ ] Pretty (or more readable) diagnostic UI
- [ ] .env support - [ ] .env support
- [ ] flutter tools - [ ] flutter tools
@ -27,6 +30,7 @@ Especific stuff
- [ ] Bufferline -> Exclude quickfix - [ ] Bufferline -> Exclude quickfix
- [ ] Git -> [Neogit](https://github.com/NeogitOrg/neogit/), [Fugitive](https://github.com/tpope/vim-fugitive) - [ ] Git -> [Neogit](https://github.com/NeogitOrg/neogit/), [Fugitive](https://github.com/tpope/vim-fugitive)
- [x] TODO comments - [x] TODO comments
- [ ] Database interaction
--- ---
@ -44,6 +48,8 @@ vim.exec("retab")
--- ---
Reference: 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=NJDu_53T_4M&t=315s>
- https://www.youtube.com/watch?v=CVCBHHFXWNE - <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)