mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
Merge pull request #114 from DataEraserC/patch-3
fix(neovim typo): fix typo in the comment of astronvim_user/init.lua
This commit is contained in:
@@ -22,7 +22,7 @@ return {
|
|||||||
-- https://github.com/echasnovski/mini.ai
|
-- https://github.com/echasnovski/mini.ai
|
||||||
{ import = "astrocommunity.motion.mini-ai" },
|
{ import = "astrocommunity.motion.mini-ai" },
|
||||||
{ import = "astrocommunity.motion.flash-nvim" },
|
{ 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 },
|
{ "akinsho/toggleterm.nvim", enabled = false },
|
||||||
{ "folke/flash.nvim", vscode = false },
|
{ "folke/flash.nvim", vscode = false },
|
||||||
-- Highly experimental plugin that completely replaces
|
-- Highly experimental plugin that completely replaces
|
||||||
@@ -199,7 +199,7 @@ return {
|
|||||||
{ import = "astrocommunity.motion.nvim-spider" },
|
{ import = "astrocommunity.motion.nvim-spider" },
|
||||||
-- AI Assistant
|
-- AI Assistant
|
||||||
{ import = "astrocommunity.completion.copilot-lua-cmp" },
|
{ import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||||
-- Custom copilot-lua to enable filtypes: markdown
|
-- Custom copilot-lua to enable filetypes: markdown
|
||||||
{
|
{
|
||||||
"zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
@@ -514,7 +514,7 @@ return {
|
|||||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
||||||
lsp = {
|
lsp = {
|
||||||
config = {
|
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
|
-- so we need to manually set it to utf-8
|
||||||
clangd = {
|
clangd = {
|
||||||
capabilities = {
|
capabilities = {
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ done
|
|||||||
# it will by start by home-manager automatically, do not need to restart it here.
|
# it will by start by home-manager automatically, do not need to restart it here.
|
||||||
# systemctl --user restart wallpaper.service
|
# systemctl --user restart wallpaper.service
|
||||||
|
|
||||||
# Lauch notification daemon (mako)
|
# Launch notification daemon (mako)
|
||||||
~/.config/hypr/scripts/notifications &
|
~/.config/hypr/scripts/notifications &
|
||||||
|
|
||||||
# Lauch statusbar (waybar)
|
# Launch statusbar (waybar)
|
||||||
~/.config/hypr/scripts/statusbar &
|
~/.config/hypr/scripts/statusbar &
|
||||||
|
|
||||||
# Start mpd
|
# Start mpd
|
||||||
|
|||||||
Reference in New Issue
Block a user