fix: alias nvim-base16 is still in vim-plugins

not sure what it means so i had to package it myself
This commit is contained in:
Noah Masur
2024-02-18 09:26:23 -05:00
parent fc6bdeb1ad
commit ea67467cbf
4 changed files with 78 additions and 56 deletions

View File

@ -60,6 +60,10 @@
};
# Neovim plugins
base16-nvim-src = {
url = "github:RRethy/base16-nvim";
flake = false;
};
nvim-lspconfig-src = {
# https://github.com/neovim/nvim-lspconfig/tags
url = "github:neovim/nvim-lspconfig/v0.1.7";