mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Move Plug to nvim folder and cleanup PATH
This commit is contained in:
parent
adf21544eb
commit
7d9a714495
4 changed files with 49 additions and 20 deletions
|
|
@ -32,7 +32,5 @@ function define_global_variables -d 'Defines all and exclusively globally export
|
|||
$HOME/.dotnet/tools \
|
||||
$BUN_INSTALL/bin \
|
||||
$ANDROID_HOME/emulator \
|
||||
$ANDROID_HOME/platform-tools \
|
||||
$ANDROID_HOME/build-tools/31.0.0 \
|
||||
$ANDROID_HOME/tools
|
||||
$ANDROID_HOME/platform-tools
|
||||
end
|
||||
|
|
|
|||
2863
.config/nvim/autoload/plug.vim
Normal file
2863
.config/nvim/autoload/plug.vim
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,13 +1,9 @@
|
|||
local plug = vim.fn["plug#"]
|
||||
vim.call("plug#begin")
|
||||
|
||||
-- Contains lots of sensible configurations, which I have in turn omitted from here
|
||||
plug("tpope/vim-sensible")
|
||||
|
||||
plug("w0rp/ale")
|
||||
plug("tpope/vim-eunuch")
|
||||
plug("tpope/vim-surround")
|
||||
plug("tpope/vim-endwise")
|
||||
plug("edkolev/tmuxline.vim")
|
||||
plug("airblade/vim-gitgutter")
|
||||
plug("reedes/vim-pencil", { ["on"] = { "HardPencil", "SoftPencil" } })
|
||||
|
|
@ -18,7 +14,8 @@ plug("rcarriga/nvim-notify")
|
|||
plug("nvim-lua/plenary.nvim")
|
||||
plug("nvim-tree/nvim-web-devicons")
|
||||
|
||||
plug("ms-jpq/coq_nvim")
|
||||
plug("ms-jpq/coq_nvim", { ["branch"] = "coq" })
|
||||
plug("ms-jpq/coq.artifacts", { ["branch"] = "artifacts" })
|
||||
plug("folke/noice.nvim")
|
||||
plug("ggandor/leap.nvim")
|
||||
plug("folke/zen-mode.nvim")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue