diff --git a/projects/todos-notes/Rewrite neovim config.md b/projects/todos-notes/Rewrite neovim config.md index 2dbc504..dae4375 100644 --- a/projects/todos-notes/Rewrite neovim config.md +++ b/projects/todos-notes/Rewrite neovim config.md @@ -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 \ No newline at end of file + +- +- +- +- [Database queries inside neovim](https://www.youtube.com/watch?v=NhTPVXP8n7w)