Skip to content

Commit

Permalink
Merge pull request #1 from doctorfree/update
Browse files Browse the repository at this point in the history
Use AstroNvim Community Copilot and Auto Completion, Integrate additional plugins
  • Loading branch information
doctorfree authored Jun 9, 2023
2 parents 7ec76db + 8d63b45 commit 39a53ba
Show file tree
Hide file tree
Showing 33 changed files with 2,190 additions and 93 deletions.
11 changes: 11 additions & 0 deletions colorscheme.lua
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
31 changes: 31 additions & 0 deletions command_palette.lua
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" },
}
}
1 change: 1 addition & 0 deletions cspell.json
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 added extras/codicon.ttf
Binary file not shown.
Loading

0 comments on commit 39a53ba

Please sign in to comment.