Update from obsidian - thinkpad

Affected files:
.obsidian/core-plugins.json
projects/todos-notes/Rewrite neovim config.md
This commit is contained in:
Alexander Navarro 2023-09-20 19:59:04 -03:00
parent 4a0abffa61
commit a5788c7eee
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,7 @@
"backlink",
"outgoing-link",
"tag-pane",
"properties",
"page-preview",
"daily-notes",
"templates",

View file

@ -13,11 +13,11 @@ Especific stuff
- [ ] Change filetree
- [x] indentations
- [ ] Folds
- [ ] Format on save, options:
- [x] 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)
- [ ] Linters Support, options:
- [x] 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)
- [ ] Pretty (or more readable) diagnostic UI
@ -28,6 +28,7 @@ Especific stuff
- [ ] Git -> [Neogit](https://github.com/NeogitOrg/neogit/), [Fugitive](https://github.com/tpope/vim-fugitive)
- [x] TODO comments
- [ ] Disable suggestion in ttsserver
- [ ] Update completition configuration
---