diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index 1b6869b..2cf63bd 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -6,6 +6,7 @@ "backlink", "outgoing-link", "tag-pane", + "properties", "page-preview", "daily-notes", "templates", diff --git a/projects/todos-notes/Rewrite neovim config.md b/projects/todos-notes/Rewrite neovim config.md index 01c4f47..970cd3f 100644 --- a/projects/todos-notes/Rewrite neovim config.md +++ b/projects/todos-notes/Rewrite neovim config.md @@ -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 ---