trying fixes for cmp
This commit is contained in:
parent
4d00f50020
commit
995eeae84f
20
flake.nix
20
flake.nix
@ -61,14 +61,18 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
configure = {
|
configure = {
|
||||||
packages.myTetspkg = {
|
packages.myTetspkg = {
|
||||||
start = [
|
start = with pkgs.vimPlugins; [
|
||||||
(pkgs.vimUtils.buildVimPlugin {
|
# Use pre-packaged plugins from nixpkgs
|
||||||
pname = "nvim-cmp";
|
dracula-nvim # or the closest match available
|
||||||
version = "latest";
|
nvim-lspconfig
|
||||||
src = inputs.plugin-cmp;
|
nvim-cmp
|
||||||
})
|
cmp-nvim-lsp
|
||||||
];
|
cmp-buffer
|
||||||
};
|
cmp-path
|
||||||
|
cmp-cmdline
|
||||||
|
vim-vsnip
|
||||||
|
cmp-vsnip
|
||||||
|
];};
|
||||||
customRC = ''
|
customRC = ''
|
||||||
set runtimepath+=${inputs.plugin-dracula}
|
set runtimepath+=${inputs.plugin-dracula}
|
||||||
set runtimepath+=${inputs.plugin-lsp}
|
set runtimepath+=${inputs.plugin-lsp}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user