-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from doctorfree/update
Use AstroNvim Community Copilot and Auto Completion, Integrate additional plugins
- Loading branch information
Showing
33 changed files
with
2,190 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
local favorites = { | ||
tokyonight = "tokyonight", | ||
onehalf = "onehalfdark", | ||
catppuccin_macchiato = "catppuccin-macchiato", | ||
sonokai = "sonokai", | ||
mellow = "mellow", | ||
edge = "edge", | ||
github = "github_dark_dimmed", | ||
} | ||
|
||
return favorites.github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
return { | ||
{ "Servers", | ||
{ "Restart lua-ls", ":LspRestart lua-ls" }, | ||
{ "Restart eslint_d", ":!eslint_d restart" }, | ||
{ "Restart tsserver", ":LspRestart tsserver" }, | ||
}, | ||
{ "File", | ||
{ "inspect types", ":InspectTwoslashQueries", }, | ||
}, | ||
{ "Packages", | ||
{ "Update Plugins and Mason", ":AstroUpdatePackages" }, | ||
{ "Mason Update", ":MasonUpdateAll" }, | ||
{ "Open Mason", ":Mason" }, | ||
{ "Plugins Status", ":lua require('lazy').home()" }, | ||
{ "Plugins Update", ":lua require('lazy').update()" }, | ||
{ "Plugins Sync", ":lua require('lazy').sync()" }, | ||
}, | ||
{ "Vim", | ||
{ "commands", ":lua require('telescope.builtin').commands()" }, | ||
{ "command history", ":lua require('telescope.builtin').command_history()" }, | ||
{ "vim options", ":lua require('telescope.builtin').vim_options()" }, | ||
{ 'check health', ":checkhealth" }, | ||
{ "reload vimrc", ":source $MYVIMRC" }, | ||
{ "Change colorshceme", ":lua require('telescope.builtin').colorscheme({ enable_preview = true })" }, | ||
}, | ||
{ "AstroNvim", | ||
{ "AstroNvim Version", ":AstroVersion" }, | ||
{ "AstroNvim Changelog", ":AstroChangelog" }, | ||
{ "AstroNvim Update", ":AstroUpdate" }, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"words":["noice","folke","anuvyklack","anuvyklack","undotree","mbbill","nvim","devicons","keymap","Munif","rcarriga","Tanjim","cmdline","winhighlight","astronvim","Primeagen","popupmenu","Treesitter","rakr","tokyonight","catppuccin","sainnhe","sonokai","RRGGBBAA","heirline","rebelot","statusline","neovim","foldcolumn","numbercolumn","signcolumn","statuscolumn","winbar","bkad","wellle","astro","jsdoc","lspconfig","williamboman","jsonls","bashls","cssls","prismals","cssmodules","pyright","tailwindcss","dockerls","dotls","yamlls","mypy","beautysh","pydocstyle","pylint","prettierd","shellcheck","luacheck","markdownlint","yamlfmt","jsonlint","builtins","dotenv","onsails","lspkind","codicons","goolord","topline","pocco","neoscroll","karb","Bdelete","trunc","axelvc","marilari","twoslash","bufnr","hlgroup","Aeiral","onehalf","macchiato","onehalfdark","Unstaged","swapfile","foldmethod","foldexpr","foldlevel","camelcasemotion","todos","buflisted","getbufinfo","bufs","keycodes","Neotree","nzzzv","Nzzzv","luasnip","tsrnce","tsrnc","rnce","tsrc","tsrce","kvrohit","gitsigns","hrsh","trimempty","navbuddy","Smitesh","navic","hlsearch","checkhealth","colorshceme","feedkeys","projekt","neorg","dirman","autocmd","Gnik","maplocalleader","zindex","wincmd","mrbjarksen","kylechui","Kunz","winbarnc","treesj","Wansmer","keymaps"],"flagWords":[],"language":"en","version":"0.2"} |
Binary file not shown.
Oops, something went wrong.