From 0b7d6428e0a32e84ac9e382fcf853b071485d5f9 Mon Sep 17 00:00:00 2001 From: DataEraserC <102341238+DataEraserC@users.noreply.github.com> Date: Thu, 11 Apr 2024 01:32:19 +0800 Subject: [PATCH 1/2] fix(neovim typo): fix typo in the comment of astronvim_user/init.lua --- home/base/tui/editors/neovim/astronvim_user/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/base/tui/editors/neovim/astronvim_user/init.lua b/home/base/tui/editors/neovim/astronvim_user/init.lua index 51b09b93..00c75d3a 100644 --- a/home/base/tui/editors/neovim/astronvim_user/init.lua +++ b/home/base/tui/editors/neovim/astronvim_user/init.lua @@ -22,7 +22,7 @@ return { -- https://github.com/echasnovski/mini.ai { import = "astrocommunity.motion.mini-ai" }, { import = "astrocommunity.motion.flash-nvim" }, - -- diable toggleterm.nvim, zellij's terminal is far better than neovim's one + -- disable toggleterm.nvim, zellij's terminal is far better than neovim's one { "akinsho/toggleterm.nvim", enabled = false }, { "folke/flash.nvim", vscode = false }, -- Highly experimental plugin that completely replaces @@ -199,7 +199,7 @@ return { { import = "astrocommunity.motion.nvim-spider" }, -- AI Assistant { import = "astrocommunity.completion.copilot-lua-cmp" }, - -- Custom copilot-lua to enable filtypes: markdown + -- Custom copilot-lua to enable filetypes: markdown { "zbirenbaum/copilot.lua", opts = function(_, opts) @@ -514,7 +514,7 @@ return { -- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md lsp = { config = { - -- the offset_enconding of clangd will confilicts whit null-ls + -- the offset_encoding of clangd will confilicts whit null-ls -- so we need to manually set it to utf-8 clangd = { capabilities = { From 0bf035ba1aab0467563661f4b14413c21c6744d2 Mon Sep 17 00:00:00 2001 From: DataEraserC <102341238+DataEraserC@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:51:46 +0800 Subject: [PATCH 2/2] fix(typo): fix typo in the comment of hyprland/conf/scripts/startup --- home/linux/gui/hyprland/conf/scripts/startup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/linux/gui/hyprland/conf/scripts/startup b/home/linux/gui/hyprland/conf/scripts/startup index bf23a223..fa6c128c 100755 --- a/home/linux/gui/hyprland/conf/scripts/startup +++ b/home/linux/gui/hyprland/conf/scripts/startup @@ -14,10 +14,10 @@ done # it will by start by home-manager automatically, do not need to restart it here. # systemctl --user restart wallpaper.service -# Lauch notification daemon (mako) +# Launch notification daemon (mako) ~/.config/hypr/scripts/notifications & -# Lauch statusbar (waybar) +# Launch statusbar (waybar) ~/.config/hypr/scripts/statusbar & # Start mpd