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
This commit is contained in:
parent
6b406948b7
commit
9a4a9b5c12
11 changed files with 58 additions and 115 deletions
|
|
@ -1,13 +1,10 @@
|
|||
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
|
||||
|
|
@ -17,12 +14,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
|
||||
|
|
@ -30,7 +27,6 @@ Especific stuff
|
|||
- [ ] Bufferline -> Exclude quickfix
|
||||
- [ ] Git -> [Neogit](https://github.com/NeogitOrg/neogit/), [Fugitive](https://github.com/tpope/vim-fugitive)
|
||||
- [x] TODO comments
|
||||
- [ ] Database interaction
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -48,8 +44,6 @@ 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>
|
||||
- [Database queries inside neovim](https://www.youtube.com/watch?v=NhTPVXP8n7w)
|
||||
- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue