From b449a96b8e4144b610cfdb8e0b7452b6c9b6972b Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 24 Jan 2023 09:33:06 -0600 Subject: [PATCH] chore: add local updates --- home/private_dot_config/astronvim/lua/user/lsp/formatting.lua | 1 + home/private_dot_config/rclone/filter-file.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/home/private_dot_config/astronvim/lua/user/lsp/formatting.lua b/home/private_dot_config/astronvim/lua/user/lsp/formatting.lua index d273bc0..f63fae9 100644 --- a/home/private_dot_config/astronvim/lua/user/lsp/formatting.lua +++ b/home/private_dot_config/astronvim/lua/user/lsp/formatting.lua @@ -4,6 +4,7 @@ return { ignore_filetypes = { -- disable format on save for specified filetypes "markdown", "python", + "html", }, }, } diff --git a/home/private_dot_config/rclone/filter-file.txt b/home/private_dot_config/rclone/filter-file.txt index 1e577a9..e36a8b3 100644 --- a/home/private_dot_config/rclone/filter-file.txt +++ b/home/private_dot_config/rclone/filter-file.txt @@ -1,5 +1,7 @@ - .git/** - .vscode/** - ~$* +# libre office files +- .~*# - node_modules/** + **