feat(nvim): added omni & async path
This commit is contained in:
@@ -46,10 +46,11 @@ in
|
||||
nvim-dap-ui
|
||||
nvim-notify
|
||||
nvim-cmp
|
||||
cmp-omni
|
||||
cmp-nvim-lsp
|
||||
cmp-nvim-lua
|
||||
cmp-buffer
|
||||
cmp-path
|
||||
cmp-async-path
|
||||
cmp-spell
|
||||
cmp-vsnip
|
||||
cmp-conventionalcommits
|
||||
@@ -85,9 +86,9 @@ in
|
||||
pathsLua = pkgs.writeTextFile {
|
||||
name = "nvim-deps.lua";
|
||||
text = ''
|
||||
return {
|
||||
${concatStringsSep ",\n " (mapAttrsToList (name: path: ''${name}_path = "${path}"'') paths)}
|
||||
}
|
||||
deps = {}
|
||||
${concatStringsSep "\n " (mapAttrsToList (name: path: ''deps["${name}_path"] = "${path}"'') paths)}
|
||||
return deps
|
||||
'';
|
||||
};
|
||||
confDir = lib.sourceFilesBySuffices ./. [ "lua" "vim" ];
|
||||
|
||||
Reference in New Issue
Block a user