From a5788c7eee95f4ec385103fb99723fd454ac90ed Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 20 Sep 2023 19:59:04 -0300 Subject: [PATCH] Update from obsidian - thinkpad Affected files: .obsidian/core-plugins.json projects/todos-notes/Rewrite neovim config.md --- .obsidian/core-plugins.json | 1 + projects/todos-notes/Rewrite neovim config.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ---